diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-03-29 01:07:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-10-23 01:44:40 +0200 |
commit | 0721e3c1bd23ac3039d11c4e18c64a1fa793356f (patch) | |
tree | 5b7c34c0d5bcff71b39416e14f8aab8be5093ba0 | |
parent | 7ccb9c37ac47b4c7ffcd35b1f81f550dfbc26e9c (diff) | |
download | ffmpeg-0721e3c1bd23ac3039d11c4e18c64a1fa793356f.tar.gz |
avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
Found-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 5c75438b893539dd17998c489fb4c540fc5a6e48)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/tableprint_vlc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h index 675251a836..3004be3f9c 100644 --- a/libavcodec/tableprint_vlc.h +++ b/libavcodec/tableprint_vlc.h @@ -35,6 +35,7 @@ #define av_freep(p) while(0) #define AVCODEC_AVCODEC_H #define AVCODEC_INTERNAL_H +#define AV_INPUT_BUFFER_PADDING_SIZE 64 // the value does not matter for this #include "tableprint.h" #include "get_bits.h" #include "mathtables.c" |