diff h263dec.c @ 1661:4c9fd29f1606 libavcodec

h263 slice structured mode slice cleanup
author michael
date Sun, 07 Dec 2003 01:33:45 +0000
parents 834922115010
children cdc3d4106fb6
line wrap: on
line diff
--- a/h263dec.c	Fri Dec 05 23:12:03 2003 +0000
+++ b/h263dec.c	Sun Dec 07 01:33:45 2003 +0000
@@ -51,7 +51,6 @@
     /* select sub codec */
     switch(avctx->codec->id) {
     case CODEC_ID_H263:
-        s->gob_number = 0;
         s->unrestricted_mv= 0;
         break;
     case CODEC_ID_MPEG4: