]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpeg.c
lavf: add V as a video stream specifier which is not an attached picture
[ffmpeg] / libavformat / mpeg.c
index edb134f7405d54ce01085eb6dc13bd9651ba9a0f..787d5f0033c4b27b35aaf91a6f5e7bcbe1df2f0c 100644 (file)
@@ -612,7 +612,7 @@ found:
     if (st->discard >= AVDISCARD_ALL)
         goto skip;
     if (startcode >= 0xa0 && startcode <= 0xaf) {
-      if (lpcm_header_len == 6 && st->codec->codec_id == AV_CODEC_ID_MLP) {
+      if (st->codec->codec_id == AV_CODEC_ID_MLP) {
             if (len < 6)
                 goto skip;
             avio_skip(s->pb, 6);