OSDN Git Service

lavf/mov: Accept multiple fourcc for AVID 1:1.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 12 Dec 2016 11:26:21 +0000 (12:26 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 12 Dec 2016 11:26:21 +0000 (12:26 +0100)
Fixes ticket #5982.

libavformat/mov.c

index 0b1c182..6c8affc 100644 (file)
@@ -2220,6 +2220,8 @@ static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb,
 
     if (codec_tag &&
          (codec_tag != format &&
+          // AVID 1:1 samples with differing data format and codec tag exist
+          (codec_tag != AV_RL32("AV1x") || format != AV_RL32("AVup")) &&
           // prores is allowed to have differing data format and codec tag
           codec_tag != AV_RL32("apcn") && codec_tag != AV_RL32("apch") &&
           // so is dv (sigh)