mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Use constant CODEC_ID_NONE instead of 0 where appropriate.
Originally committed as revision 20824 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -63,7 +63,7 @@ static const AVCodecTag rm_codec_tags[] = {
|
||||
{ CODEC_ID_SIPR, MKTAG('s','i','p','r') },
|
||||
{ CODEC_ID_AAC, MKTAG('r','a','a','c') },
|
||||
{ CODEC_ID_AAC, MKTAG('r','a','c','p') },
|
||||
{ 0 },
|
||||
{ CODEC_ID_NONE },
|
||||
};
|
||||
|
||||
static const unsigned char sipr_swaps[38][2] = {
|
||||
|
||||
Reference in New Issue
Block a user