Mercurial > libavformat.hg
changeset 5440:02e58aea657b libavformat
Use constant CODEC_ID_NONE instead of 0 where appropriate.
| author | cehoyos |
|---|---|
| date | Sun, 13 Dec 2009 15:28:00 +0000 |
| parents | 88c31193e06b |
| children | eada8bccc620 |
| files | rmdec.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rmdec.c Sun Dec 13 15:01:09 2009 +0000 +++ b/rmdec.c Sun Dec 13 15:28:00 2009 +0000 @@ -63,7 +63,7 @@ { 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] = {
