[SCM] libav/experimental: lavfi: use the correct filter context for logging an error.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:48 UTC 2014


The following commit has been merged in the experimental branch:
commit bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun Feb 23 15:40:06 2014 +0100

    lavfi: use the correct filter context for logging an error.

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index f02358f..c9617dc 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -204,7 +204,7 @@ int avfilter_config_links(AVFilterContext *filter)
 
             if ((config_link = link->dstpad->config_props))
                 if ((ret = config_link(link)) < 0) {
-                    av_log(link->src, AV_LOG_ERROR,
+                    av_log(link->dst, AV_LOG_ERROR,
                            "Failed to configure input pad on %s\n",
                            link->dst->name);
                     return ret;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list