[SCM] libav/experimental: Add a context to av_log() call.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:39:46 UTC 2013


The following commit has been merged in the experimental branch:
commit f3592353cea2c0a05b470fef13461d793002b516
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Fri Feb 27 08:31:20 2009 +0000

    Add a context to av_log() call.
    
    Originally committed as revision 17638 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 4f40949..3f3444c 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1732,7 +1732,7 @@ static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
     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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list