[FFmpeg-cvslog] Suggest aresample filter if it was not compiled but requested.

Carl Eugen Hoyos git at videolan.org
Tue Jul 3 21:36:00 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jul  3 21:35:20 2012 +0200| [71e5a14028a153867bcd267d964c8f8ebb04b22e] | committer: Carl Eugen Hoyos

Suggest aresample filter if it was not compiled but requested.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71e5a14028a153867bcd267d964c8f8ebb04b22e
---

 libavfilter/avfiltergraph.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 12d5337..7530b6b 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -365,7 +365,7 @@ static int query_formats(AVFilterGraph *graph, AVClass *log_ctx)
                     break;
                 case AVMEDIA_TYPE_AUDIO:
                     if (!(filter = avfilter_get_by_name("aresample"))) {
-                        av_log(log_ctx, AV_LOG_ERROR, "'resample' filter "
+                        av_log(log_ctx, AV_LOG_ERROR, "'aresample' filter "
                                "not present, cannot convert audio formats.\n");
                         return AVERROR(EINVAL);
                     }



More information about the ffmpeg-cvslog mailing list