[FFmpeg-cvslog] avcodec/proresenc_anatoliy: remove duplicated define

Clément Bœsch git at videolan.org
Wed Jan 10 15:21:54 EET 2024


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Dec 11 01:15:54 2023 +0100| [9f547e2f15174357a484c51024f9dd09c7c037cf] | committer: Clément Bœsch

avcodec/proresenc_anatoliy: remove duplicated define

This is already defined in proresdata.h

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f547e2f15174357a484c51024f9dd09c7c037cf
---

 libavcodec/proresenc_anatoliy.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index 9064d4266c..25768b6c08 100644
--- a/libavcodec/proresenc_anatoliy.c
+++ b/libavcodec/proresenc_anatoliy.c
@@ -266,8 +266,6 @@ static av_always_inline int get_level(int val)
     return (val ^ sign) - sign;
 }
 
-#define FIRST_DC_CB 0xB8
-
 static const uint8_t dc_codebook[7] = { 0x04, 0x28, 0x28, 0x4D, 0x4D, 0x70, 0x70};
 
 static void encode_dc_coeffs(PutBitContext *pb, int16_t *in,



More information about the ffmpeg-cvslog mailing list