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 _______________________________________________ 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".