diff snow.h @ 3314:aea2230e6033 libavcodec

Snow multiple reference frames (bitstream is not backwards compatible, even if refs aren't used)
author lorenm
date Sun, 28 May 2006 21:44:47 +0000
parents 8f048c3295ff
children 87c54a3f8d19
line wrap: on
line diff
--- a/snow.h	Sun May 28 12:38:10 2006 +0000
+++ b/snow.h	Sun May 28 21:44:47 2006 +0000
@@ -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))