Commit 348e1e57 authored by rtognimp's avatar rtognimp

Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket

camcorder

Patch by Fabien Cosse *** fabien ! cosse !a! wanadoo ! fr ***


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64759fb0
......@@ -106,6 +106,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
{ CODEC_ID_MPEG4, MKTAG('U', 'M', 'P', '4') },
{ CODEC_ID_MPEG4, MKTAG('W', 'V', '1', 'F') },
{ CODEC_ID_MPEG4, MKTAG('S', 'E', 'D', 'G') },
{ CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3'), .invalid_asf = 1 }, /* default signature when using MSMPEG4 */
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment