> 在 2019年7月1日,下午7:03,Moritz Barsnick <[email protected]> 写道:
> 
> 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

_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to