mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add AURA 1 and 2 codec IDs and register their FOURCCs
Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -202,6 +202,8 @@ const AVCodecTag codec_bmp_tags[] = {
|
||||
{ CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') },
|
||||
{ CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') },
|
||||
{ CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
|
||||
{ CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') },
|
||||
{ CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') },
|
||||
{ CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user