Commit edbb9b5e authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/utils: Add HEVC to unreliable_tb()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 80fa48a4
......@@ -2844,6 +2844,7 @@ static int tb_unreliable(AVCodecContext *c)
c->codec_tag == AV_RL32("mp4v") ||
c->codec_id == AV_CODEC_ID_MPEG2VIDEO ||
c->codec_id == AV_CODEC_ID_GIF ||
c->codec_id == AV_CODEC_ID_HEVC ||
c->codec_id == AV_CODEC_ID_H264)
return 1;
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment