[FFmpeg-cvslog] setdar: prefer "sar" over "par" in log info message

Stefano Sabatini git at videolan.org
Wed Apr 27 00:54:00 CEST 2011


ffmpeg | branch: oldabi | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Mar 26 15:49:07 2011 +0100| [c61bfc113ae8c562e33734acc58299e4b01fe649] | committer: Anton Khirnov

setdar: prefer "sar" over "par" in log info message

This is more consistent with the terminology adopted by the aspect
filter names.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

 libavfilter/vf_aspect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c
index 8f52d90..2ede0fd 100644
--- a/libavfilter/vf_aspect.c
+++ b/libavfilter/vf_aspect.c
@@ -80,7 +80,7 @@ static int setdar_config_props(AVFilterLink *inlink)
                aspect->aspect.num * inlink->h,
                aspect->aspect.den * inlink->w, 100);
 
-    av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d par:%d/%d\n",
+    av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d sar:%d/%d\n",
            inlink->w, inlink->h, dar.num, dar.den, aspect->aspect.num, aspect->aspect.den);
 
     inlink->sample_aspect_ratio = aspect->aspect;



More information about the ffmpeg-cvslog mailing list