Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-09-22 01:33:02 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-09-22 01:42:03 +0400
commite71322cb009ad7b042e93734aeffddd1d8fc4370 (patch)
tree83bb7ad633ef842afc214280689a9c91f7c785fe /libavformat/isom.c
parentd5d027682ccb9e11d90fb86ad805548f1bc8ac7b (diff)
Support Sorenson Spark in f4v.
Such files are produced by the Flash Media Server, see samples/f4v/H263_NM_f.mp4
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 9b829a3fb9..4f2166ae50 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 },
};