mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Theora fourcc
Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6beefa4085
commit
3a1d8db354
@ -184,6 +184,7 @@ const CodecTag codec_bmp_tags[] = {
|
||||
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
|
||||
{ CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
|
||||
{ CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
|
||||
{ CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
|
||||
{ CODEC_ID_RAWVIDEO, 0 },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user