changeset 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 801405a292eb
children 2a84d46427d1
files mm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
         }
     }