> 在 2019年7月1日,下午7:03,Moritz Barsnick <barsn...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".