diff h263dec.c @ 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 cb5dabd00ba2
children 1bf8c111691d
line wrap: on
line diff
--- a/h263dec.c	Sun Nov 11 17:55:54 2001 +0000
+++ b/h263dec.c	Mon Nov 12 05:19:55 2001 +0000
@@ -39,6 +39,8 @@
     /* select sub codec */
     switch(avctx->codec->id) {
     case CODEC_ID_H263:
+        s->gob_number = 0;
+        s->first_gob_line = 0;
         break;
     case CODEC_ID_MPEG4:
         s->time_increment_bits = 4; /* default value for broken headers */