]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1_parser.c
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
[ffmpeg] / libavcodec / vc1_parser.c
index 0438b30571de98f684aa695be9393c94929a2588..132132017314b0cc9bf063ea746937f5560c7d4d 100644 (file)
@@ -45,6 +45,7 @@ static void vc1_extract_headers(AVCodecParserContext *s, AVCodecContext *avctx,
 
     vpc->v.s.avctx = avctx;
     vpc->v.parse_only = 1;
+    vpc->v.first_pic_header_flag = 1;
     next = buf;
     s->repeat_pict = 0;