From e71322cb009ad7b042e93734aeffddd1d8fc4370 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 21 Sep 2011 23:33:02 +0200 Subject: [PATCH] Support Sorenson Spark in f4v. Such files are produced by the Flash Media Server, see samples/f4v/H263_NM_f.mp4 --- libavformat/isom.c | 1 + 1 file changed, 1 insertion(+) 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 }, };