[FFmpeg-devel] [PATCH] avformat/http: change error message from numeric code to string

Moritz Barsnick barsnick at gmx.net
Mon Jul 1 14:03:42 EEST 2019


On Mon, Jul 01, 2019 at 17:43:59 +0800, Steven Liu wrote:
> -                av_log(h, AV_LOG_ERROR, "URL read error:  %d\n", read_ret);
> +                av_log(h, AV_LOG_ERROR, "URL read error:  %s\n", av_err2str(read_ret));
                                                           ^^

You could also drop one of the two spaces. I don't think they are meant
to align anything.

Moritz


More information about the ffmpeg-devel mailing list