[FFmpeg-cvslog] Support Sorenson Spark in f4v.
Carl Eugen Hoyos
git at videolan.org
Wed Sep 21 23:42:48 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Sep 21 23:33:02 2011 +0200| [e71322cb009ad7b042e93734aeffddd1d8fc4370] | committer: Carl Eugen Hoyos
Support Sorenson Spark in f4v.
Such files are produced by the Flash Media Server,
see samples/f4v/H263_NM_f.mp4
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e71322cb009ad7b042e93734aeffddd1d8fc4370
---
libavformat/isom.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 9b829a3..4f2166a 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -216,6 +216,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
{ CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
+ { CODEC_ID_FLV1, MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
{ CODEC_ID_NONE, 0 },
};
More information about the ffmpeg-cvslog
mailing list