From 1c878474fb1db011dc78a55616520703aedce1ce Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 18 Dec 2015 17:52:35 +0100 Subject: avcodec/ffv1enc: unbreak -coder option This fixes a segfault caused by moving the coder option and changing its semantics Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ffv1.h') 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; -- cgit v1.1