[FFmpeg-cvslog] r17638 - trunk/libavformat/mov.c

benoit subversion
Fri Feb 27 09:31:20 CET 2009


Author: benoit
Date: Fri Feb 27 09:31:20 2009
New Revision: 17638

Log:
Add a context to av_log() call.

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Fri Feb 27 09:27:50 2009	(r17637)
+++ trunk/libavformat/mov.c	Fri Feb 27 09:31:20 2009	(r17638)
@@ -1732,7 +1732,7 @@ static int mov_read_cmov(MOVContext *c, 
     if (get_le32(pb) != MKTAG('d','c','o','m'))
         return -1;
     if (get_le32(pb) != MKTAG('z','l','i','b')) {
-        av_log(NULL, AV_LOG_ERROR, "unknown compression for cmov atom !");
+        av_log(c->fc, AV_LOG_ERROR, "unknown compression for cmov atom !");
         return -1;
     }
     get_be32(pb); /* cmvd atom */




More information about the ffmpeg-cvslog mailing list