]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpegts.c
avcodec/vp8: remove double ;;
[ffmpeg] / libavformat / mpegts.c
index f61388b5c1d6b4aa764c06ee504619a84090be53..6fb186e62726e1c2e6681d854fb7720eaf3e7d30 100644 (file)
@@ -674,6 +674,7 @@ static const StreamType ISO_types[] = {
     { 0x11, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_AAC_LATM   }, /* LATM syntax */
 #endif
     { 0x1b, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_H264       },
+    { 0x20, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_H264       },
     { 0x24, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC       },
     { 0x42, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_CAVS       },
     { 0xd1, AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_DIRAC      },