diff options
author | James Almer <jamrial@gmail.com> | 2023-06-22 11:04:34 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-06-23 08:37:23 -0300 |
commit | 528dd5637d9a306e74a9f1455acd2e4a0718b3e9 (patch) | |
tree | 4012637e08c7ea05a8becca744c4d5f11edde302 /libavformat/evc.c | |
parent | 3d1199dff63dcfe75df15a0250ddd0361cafa150 (diff) | |
download | ffmpeg-528dd5637d9a306e74a9f1455acd2e4a0718b3e9.tar.gz |
avformat/evc: remove duplicate defines
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/evc.c')
-rw-r--r-- | libavformat/evc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/evc.c b/libavformat/evc.c index 287e5f8b28..a4fa42d902 100644 --- a/libavformat/evc.c +++ b/libavformat/evc.c @@ -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, |