[FFmpeg-cvslog] ffplay: rename buffer source instance from "src" to "ffplay_buffer"

Stefano Sabatini git at videolan.org
Sun Jun 17 23:50:31 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jun 17 12:21:34 2012 +0200| [8f45c3141c7056772ce9875151e3cf97b72398ea] | committer: Marton Balint

ffplay: rename buffer source instance from "src" to "ffplay_buffer"

The new name is more descriptive.

Signed-off-by: Marton Balint <cus at passwd.hu>

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

 ffplay.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ffplay.c b/ffplay.c
index afd8f9c..47e4b84 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1566,10 +1566,9 @@ static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const c
              is->video_st->time_base.num, is->video_st->time_base.den,
              codec->sample_aspect_ratio.num, codec->sample_aspect_ratio.den);
 
-
     if ((ret = avfilter_graph_create_filter(&filt_src,
                                             avfilter_get_by_name("buffer"),
-                                            "src", buffersrc_args, NULL,
+                                            "ffplay_buffer", buffersrc_args, NULL,
                                             graph)) < 0)
         return ret;
 



More information about the ffmpeg-cvslog mailing list