[FFmpeg-cvslog] r17380 - trunk/libavformat/mm.c

benoit subversion
Mon Feb 16 17:27:08 CET 2009


Author: benoit
Date: Mon Feb 16 17:27:08 2009
New Revision: 17380

Log:
Add a context to av_log() call and update the trace not to be redundant.

Modified:
   trunk/libavformat/mm.c

Modified: trunk/libavformat/mm.c
==============================================================================
--- trunk/libavformat/mm.c	Mon Feb 16 17:24:01 2009	(r17379)
+++ trunk/libavformat/mm.c	Mon Feb 16 17:27:08 2009	(r17380)
@@ -168,7 +168,7 @@ static int mm_read_packet(AVFormatContex
             return 0;
 
         default :
-            av_log(NULL, AV_LOG_INFO, "mm: unknown chunk type 0x%x\n", type);
+            av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type);
             url_fseek(pb, length, SEEK_CUR);
         }
     }




More information about the ffmpeg-cvslog mailing list