summaryrefslogtreecommitdiffstats
path: root/libavcodec/tableprint_vlc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-03-29 01:07:24 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2018-03-29 01:11:45 +0200
commit5c75438b893539dd17998c489fb4c540fc5a6e48 (patch)
treebdea5a5befa6eef14162653f0ce68db963364454 /libavcodec/tableprint_vlc.h
parent084ef7d7d542e238e56afd2ee8e64fe46d37104e (diff)
downloadffmpeg-streaming-5c75438b893539dd17998c489fb4c540fc5a6e48.zip
ffmpeg-streaming-5c75438b893539dd17998c489fb4c540fc5a6e48.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>
Diffstat (limited to 'libavcodec/tableprint_vlc.h')
-rw-r--r--libavcodec/tableprint_vlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index 675251a..3004be3 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"
OpenPOWER on IntegriCloud