]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1.h
ffmpeg: change command line option -dump to work without -loglevel debug
[ffmpeg] / libavcodec / ffv1.h
index b68ed2c4c18bd85f2182b998d2079fe33a59e54f..c7fed3f3a5a2062c781bc5412b5392996e20ebc0 100644 (file)
 #define MAX_QUANT_TABLES 8
 #define MAX_CONTEXT_INPUTS 5
 
+#define AC_GOLOMB_RICE          0
+#define AC_RANGE_DEFAULT_TAB    1
+#define AC_RANGE_CUSTOM_TAB     2
+
 typedef struct VlcState {
     int16_t drift;
     uint16_t error_sum;