diff mpegvideo.h @ 154:f914f710b8d0 libavcodec

- Fixed a bug on H.263 MV prediction for MB on GOBs limits. - Now we can decode H.263v1 streams found on QT without problems.
author pulento
date Mon, 12 Nov 2001 05:19:55 +0000
parents ae0516eadae2
children de80712db90b
line wrap: on
line diff
--- a/mpegvideo.h	Sun Nov 11 17:55:54 2001 +0000
+++ b/mpegvideo.h	Mon Nov 12 05:19:55 2001 +0000
@@ -129,6 +129,10 @@
     INT64 wanted_bits;
     INT64 total_bits;
     
+    /* H.263 specific */
+    int gob_number;
+    int first_gob_line;
+    
     /* H.263+ specific */
     int umvplus;
     int umvplus_dec;