diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-18 17:52:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-18 18:08:00 +0100 |
commit | 1c878474fb1db011dc78a55616520703aedce1ce (patch) | |
tree | 5fe348ab1f86e65a99f7ec658ed8ae7dd6e2c2e3 /libavcodec/ffv1.h | |
parent | 91b4afd58d7858bfbee10d3e115418f3a9543720 (diff) | |
download | ffmpeg-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index c7fed3f3a5..7cb97f4f58 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; |