diff mm.c @ 4513:19a64ec3c46f libavformat

Add a context to av_log() call and update the trace not to be redundant.
author benoit
date Mon, 16 Feb 2009 16:27:08 +0000
parents 49c1d3b27727
children 2a5cf64915b5
line wrap: on
line diff
--- a/mm.c	Mon Feb 16 16:24:01 2009 +0000
+++ b/mm.c	Mon Feb 16 16:27:08 2009 +0000
@@ -168,7 +168,7 @@
             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);
         }
     }