summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2006-05-28 21:44:47 +0000
committerLoren Merritt <lorenm@u.washington.edu>2006-05-28 21:44:47 +0000
commit8c36eaaa94ee5215009e7d73a257ba54b1579ba3 (patch)
tree1da471b277332bd1b0836a0d2446bf7e61e3dd5a /libavcodec/snow.h
parent4e64beadf089534c27d5cf42230308af1d1b88c3 (diff)
Snow multiple reference frames
(bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 6505c5e960..99b04f7a46 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -30,6 +30,7 @@
#define QROOT (1<<QSHIFT)
#define LOSSLESS_QLOG -128
#define FRAC_BITS 8
+#define MAX_REF_FRAMES 8
#define LOG2_OBMC_MAX 8
#define OBMC_MAX (1<<(LOG2_OBMC_MAX))