[FFmpeg-cvslog] avcodec/rv40vlc2: Make VLC smaller
Andreas Rheinhardt
git at videolan.org
Tue Nov 24 12:48:54 EET 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Sat Oct 31 20:32:25 2020 +0100| [9a61326b0fa2f4c10e08aa4fd795ae2b0f4310bd] | committer: Andreas Rheinhardt
avcodec/rv40vlc2: Make VLC smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a61326b0fa2f4c10e08aa4fd795ae2b0f4310bd
---
libavcodec/rv40vlc2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h
index 15119a145b..4cdc7a4193 100644
--- a/libavcodec/rv40vlc2.h
+++ b/libavcodec/rv40vlc2.h
@@ -33,7 +33,7 @@
* codes used for the first four block types
*/
//@{
-#define AIC_TOP_BITS 8
+#define AIC_TOP_BITS 7
#define AIC_TOP_SIZE 16
static const uint8_t rv40_aic_top_vlc_codes[AIC_TOP_SIZE] = {
0x01, 0x05, 0x01, 0x00, 0x03, 0x3D, 0x1D, 0x02,
More information about the ffmpeg-cvslog
mailing list