summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-12-18 17:52:35 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-18 18:08:00 +0100
commit1c878474fb1db011dc78a55616520703aedce1ce (patch)
tree5fe348ab1f86e65a99f7ec658ed8ae7dd6e2c2e3 /libavcodec/ffv1.h
parent91b4afd58d7858bfbee10d3e115418f3a9543720 (diff)
downloadffmpeg-streaming-1c878474fb1db011dc78a55616520703aedce1ce.zip
ffmpeg-streaming-1c878474fb1db011dc78a55616520703aedce1ce.tar.gz
avcodec/ffv1enc: unbreak -coder option
This fixes a segfault caused by moving the coder option and changing its semantics Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index c7fed3f..7cb97f4 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -56,6 +56,7 @@
#define AC_GOLOMB_RICE 0
#define AC_RANGE_DEFAULT_TAB 1
#define AC_RANGE_CUSTOM_TAB 2
+#define AC_RANGE_DEFAULT_TAB_FORCE -2
typedef struct VlcState {
int16_t drift;
OpenPOWER on IntegriCloud