[FFmpeg-cvslog] avformat/utils: Add HEVC to unreliable_tb()

Michael Niedermayer git at videolan.org
Sat Apr 18 03:30:06 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr 18 00:59:58 2015 +0200| [edbb9b5e8fe580192a3fada6d2df8bd0f572e399] | committer: Michael Niedermayer

avformat/utils: Add HEVC to unreliable_tb()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=edbb9b5e8fe580192a3fada6d2df8bd0f572e399
---

 libavformat/utils.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 15aaa70..ef8a65f 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -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;



More information about the ffmpeg-cvslog mailing list