summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-01 21:16:11 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-01 21:16:11 +0100
commit5442083b1c541dd166b3adf39131259fc846a62b (patch)
tree14e1f9e736e85f7a56a4c9e5f7ffa0d113b51e96 /libavformat/isom.c
parent873049e6d854a69292934eb882731dd2ad7438b9 (diff)
downloadffmpeg-5442083b1c541dd166b3adf39131259fc846a62b.tar.gz
Support Sorenson Spark in f4v files streamed by Flash Media Server.
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 2c412dda29..be36f1e157 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -227,7 +227,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
{ AV_CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
-// { AV_CODEC_ID_FLV1, MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
+// { AV_CODEC_ID_FLV1, MKTAG('H', '2', '6', '3') }, /* Flash Media Server, forced in demuxer */
{ AV_CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
{ AV_CODEC_ID_RAWVIDEO, MKTAG('A', 'V', '1', 'x') }, /* AVID 1:1x */
{ AV_CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'u', 'p') },