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

Liu Steven lq at chinaffmpeg.org
Mon Jul 1 15:24:17 EEST 2019



> 在 2019年7月1日,下午7:03,Moritz Barsnick <barsnick at gmx.net> 写道:
> 
> 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.
patch update: https://patchwork.ffmpeg.org/patch/13790/

Thanks Moritz

Steven



More information about the ffmpeg-devel mailing list