[FFmpeg-cvslog] riff: Add 'tshd' FourCC for H.264

Vittorio Giovara git at videolan.org
Tue Mar 17 20:56:27 CET 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Mar 16 10:34:12 2015 +0000| [02d76141d68e38c80f9a205a56b9af10d74f0995] | committer: Vittorio Giovara

riff: Add 'tshd' FourCC for H.264

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index db91749..02588bc 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -39,6 +39,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_H264,         MKTAG('V', '2', '6', '4') }, /* CCTV recordings */
     { AV_CODEC_ID_H264,         MKTAG('G', 'A', 'V', 'C') }, /* GeoVision camera */
     { AV_CODEC_ID_H264,         MKTAG('U', 'M', 'S', 'V') },
+    { AV_CODEC_ID_H264,         MKTAG('t', 's', 'h', 'd') },
     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('X', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('T', '2', '6', '3') },



More information about the ffmpeg-cvslog mailing list