aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-01-27 13:19:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-01-27 13:19:13 +0000
commit07fc2b8278b81635e9e4de1dc18ce646116d8fe5 (patch)
tree87eb43a96ef0fcf9f8451eeb567ede8c63ccdbcb /libavcodec/mpegvideo.h
parente435887cf6addd8ade091e0bfb5341567e4ddd94 (diff)
downloadffmpeg-07fc2b8278b81635e9e4de1dc18ce646116d8fe5.tar.gz
fixing bframe strategy 2
bits vs. bytes factor of 8 error 16 byte offset error some other minor things Originally committed as revision 4902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index c1b7024662..59746bea86 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -70,6 +70,8 @@ enum OutputFormat {
#define MAX_MB_BYTES (30*16*16*3/8 + 120)
+#define INPLACE_OFFSET 16
+
typedef struct Predictor{
double coeff;
double count;