]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261dec.c
mpegvideo: Drop flags and flags2
[ffmpeg] / libavcodec / h261dec.c
index 2fddc50aedd3bd6756a93c89562cd657d0c0ae3c..8e97309c723f7645ee2371d58cf0e3a7041b3794 100644 (file)
@@ -573,8 +573,6 @@ static int h261_decode_frame(AVCodecContext *avctx, void *data,
 
     ff_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
     ff_dlog(avctx, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
-    s->flags  = avctx->flags;
-    s->flags2 = avctx->flags2;
 
     h->gob_start_code_skipped = 0;