[SCM] libav/experimental: Add context to av_log() Commited in SoC by Vitor Sessak on 2008-02-10 09:05:39

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:14:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 2c5741b857de7d3f82b3a6dcf2558bd735974b53
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Feb 15 21:40:59 2008 +0000

    Add context to av_log()
    Commited in SoC by Vitor Sessak on 2008-02-10 09:05:39
    
    Originally committed as revision 12047 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 9b976ee..08a7484 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -96,7 +96,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
 {
     AVFilterFormats *formats;
 
-    av_log(NULL, AV_LOG_INFO, "auto-inserting filter '%s'\n",
+    av_log(link->dst, AV_LOG_INFO, "auto-inserting filter '%s'\n",
             filt->filter->name);
 
     link->dst->inputs[link->dstpad] = NULL;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list