]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add a context to av_log() call and update the trace not to be redundant.
authorbenoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Feb 2009 16:27:08 +0000 (16:27 +0000)
committerbenoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Feb 2009 16:27:08 +0000 (16:27 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/mm.c

index b72c259e143617fdc5fabc38aa22a01fb8662fee..6c621ab493cecf12b8c601e7c2edd7cdd7cd77f2 100644 (file)
@@ -168,7 +168,7 @@ static int mm_read_packet(AVFormatContext *s,
             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);
         }
     }