[FFmpeg-cvslog] r20824 - trunk/libavformat/rmdec.c

cehoyos subversion
Sun Dec 13 16:28:01 CET 2009


Author: cehoyos
Date: Sun Dec 13 16:28:00 2009
New Revision: 20824

Log:
Use constant CODEC_ID_NONE instead of 0 where appropriate.

Modified:
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	Sun Dec 13 16:01:09 2009	(r20823)
+++ trunk/libavformat/rmdec.c	Sun Dec 13 16:28:00 2009	(r20824)
@@ -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] = {



More information about the ffmpeg-cvslog mailing list