diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index d2269b5cae..e374f32e91 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -309,7 +309,6 @@ static int h264_init_context(AVCodecContext *avctx, H264Context *h) h->width_from_caller = avctx->width; h->height_from_caller = avctx->height; - h->picture_structure = PICT_FRAME; h->workaround_bugs = avctx->workaround_bugs; h->flags = avctx->flags; h->poc.prev_poc_msb = 1 << 16;