Commit d909e2a7 authored by cehoyos's avatar cehoyos

Use constant CODEC_ID_NONE instead of 0 where appropriate.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20824 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37d7007c
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment