summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-02 11:47:34 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-02 15:04:24 -0500
commit25fcbf7a84a485ae358f3fb3519ed4e8a98459cd (patch)
tree918c3402bb7db3b527642dad8041c7b59666e877 /libavformat/mov.c
parent46fae40d253747187bed0c00ca8e3d89a3226976 (diff)
hevc: Support extradata changes
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 88a79da92d..6fb938a0e0 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2232,10 +2232,6 @@ static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb,
avio_skip(pb, size);
return 1;
}
- if ( codec_tag == AV_RL32("hvc1") ||
- codec_tag == AV_RL32("hev1")
- )
- av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play correctly.\n");
return 0;
}