mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
Add GEOV fourcc (issue971).
Originally committed as revision 21768 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0844bae1ad
commit
86d58bcfd9
@ -79,6 +79,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_MPEG4, MKTAG('S', 'N', '4', '0') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('V', 'S', 'P', 'X') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('U', 'L', 'D', 'X') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'V') },
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
|
||||
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') },
|
||||
|
Loading…
Reference in New Issue
Block a user