mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/evc: remove duplicate defines
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
3d1199dff6
commit
528dd5637d
@ -28,10 +28,6 @@
|
||||
#include "evc.h"
|
||||
#include "avio_internal.h"
|
||||
|
||||
// The length field that indicates the length in bytes of the following NAL unit is configured to be of 4 bytes
|
||||
#define EVC_NALU_LENGTH_PREFIX_SIZE (4) /* byte */
|
||||
#define EVC_NALU_HEADER_SIZE (2) /* byte */
|
||||
|
||||
// @see ISO/IEC 14496-15:2021 Coding of audio-visual objects - Part 15: section 12.3.3.1
|
||||
enum {
|
||||
SPS_INDEX,
|
||||
|
Loading…
Reference in New Issue
Block a user