Re: [FFmpeg-devel] [PATCH 1/5] avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it

2022-10-02 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is better place for these declarations than > mpeg12data.h as RL VLC are just a variant of VLCs. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/mpeg12data.c | 1 + > libavcodec/mpeg12data.h | 4 > libavcodec/mpeg12dec.h | 10 -- > libavcodec/mpe

[FFmpeg-devel] [PATCH 1/5] avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it

2022-09-29 Thread Andreas Rheinhardt
It is better place for these declarations than mpeg12data.h as RL VLC are just a variant of VLCs. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpeg12data.c | 1 + libavcodec/mpeg12data.h | 4 libavcodec/mpeg12dec.h | 10 -- libavcodec/mpeg12enc.c | 1 + libavcodec/mpeg12enc