mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 13:30:45 +00:00
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket
camcorder Patch by Fabien Cosse *** fabien ! cosse !a! wanadoo ! fr *** Originally committed as revision 4900 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dea42fdf8d
commit
d9d434b839
@ -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') },
|
||||
|
Loading…
Reference in New Issue
Block a user