]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 28 Mar 2018 23:07:24 +0000 (01:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 28 Mar 2018 23:11:45 +0000 (01:11 +0200)
Found-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/tableprint_vlc.h

index 675251a836654869a78c5a8c83ac69a711d7497b..3004be3f9c859d6f3b064c3087e4f55a91da3d67 100644 (file)
@@ -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"