Support Sorenson Spark in f4v.

Such files are produced by the Flash Media Server,
see samples/f4v/H263_NM_f.mp4
This commit is contained in:
Carl Eugen Hoyos 2011-09-21 23:33:02 +02:00
parent d5d027682c
commit e71322cb00
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};