[FFmpeg-devel] [PATCH 06/35] avcodec/proresenc_anatoliy: remove duplicated define
Stefano Sabatini
stefasab at gmail.com
Sat Dec 16 18:32:02 EET 2023
On date Monday 2023-12-11 02:35:07 +0100, Clément Bœsch wrote:
> This is already defined in proresdata.h
> ---
> libavcodec/proresenc_anatoliy.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
> index 6b2e513bed..c6f49be9b8 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};
LGTM.
More information about the ffmpeg-devel
mailing list