Re: [FFmpeg-devel] [PATCH 32/32] avcodec/dirac_vlc: Make ff_dirac_golomb_lut static

2021-02-20 Thread Lynne
Feb 20, 2021, 06:01 by andreas.rheinha...@gmail.com: > Only used here. > > Signed-off-by: Andreas Rheinhardt > LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above

[FFmpeg-devel] [PATCH 32/32] avcodec/dirac_vlc: Make ff_dirac_golomb_lut static

2021-02-19 Thread Andreas Rheinhardt
Only used here. Signed-off-by: Andreas Rheinhardt --- libavcodec/dirac_vlc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/dirac_vlc.c b/libavcodec/dirac_vlc.c index 2c07440df0..c5a0371dae 100644 --- a/libavcodec/dirac_vlc.c +++ b/libavcodec/dirac_vlc.c @