diff mpegvideo.h @ 3068:9aa8d8587bea libavcodec

fixing bframe strategy 2 bits vs. bytes factor of 8 error 16 byte offset error some other minor things
author michael
date Fri, 27 Jan 2006 13:19:13 +0000
parents 04b924f8f5a5
children befacb1cb573
line wrap: on
line diff
--- a/mpegvideo.h	Thu Jan 26 23:42:30 2006 +0000
+++ b/mpegvideo.h	Fri Jan 27 13:19:13 2006 +0000
@@ -70,6 +70,8 @@
 
 #define MAX_MB_BYTES (30*16*16*3/8 + 120)
 
+#define INPLACE_OFFSET 16
+
 typedef struct Predictor{
     double coeff;
     double count;