mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
Add support for fourcc "SP54".
Patch by Eli Friedman eli D friedman A gmail Originally committed as revision 16958 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b3a9e50c10
commit
e80c73b3c1
@ -199,6 +199,7 @@ const AVCodecTag codec_bmp_tags[] = {
|
||||
{ CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') },
|
||||
{ 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_NONE, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user