提交 a76cf4e1 编写于 作者: C Carl Eugen Hoyos

Use constant CODEC_ID_NONE instead of 0 where appropriate.

Originally committed as revision 20824 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 51ce8c2f
......@@ -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] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册