[FFmpeg-devel] [PATCH 3/9] lavfi/abuffer: increase logging level of the log showing initial parameters

Stefano Sabatini stefasab at gmail.com
Mon Jun 25 22:50:26 CEST 2012


On date Friday 2012-06-22 12:11:17 +0200, Stefano Sabatini encoded:
> Also show them in a more parsable/consistent fashion.
> ---
>  libavfilter/buffersrc.c |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c
> index 5d9b287..1284f14 100644
> --- a/libavfilter/buffersrc.c
> +++ b/libavfilter/buffersrc.c
> @@ -348,8 +348,9 @@ static av_cold int init_audio(AVFilterContext *ctx, const char *args, void *opaq
>      if (!s->time_base.num)
>          s->time_base = (AVRational){1, s->sample_rate};
>  
> -    av_log(ctx, AV_LOG_VERBOSE, "tb:%d/%d samplefmt:%s samplerate: %d "
> -           "ch layout:%s\n", s->time_base.num, s->time_base.den, s->sample_fmt_str,
> +    av_log(ctx, AV_LOG_INFO,
> +           "tb:%d/%d samplefmt:%s samplerate:%d chlayout:%s\n",
> +           s->time_base.num, s->time_base.den, s->sample_fmt_str,
>             s->sample_rate, s->channel_layout_str);

Applied.
-- 
FFmpeg = Formidable Freak Magical Pacific Eager Gospel


More information about the ffmpeg-devel mailing list