[FFmpeg-devel] [PATCH] avformat/hlsenc: Added context to av_log calls
刘歧
lq at chinaffmpeg.org
Fri Nov 24 13:21:30 EET 2017
> 在 2017年11月24日,19:03,Moritz Barsnick <barsnick at gmx.net> 写道:
>
> On Fri, Nov 24, 2017 at 15:42:30 +0530, Karthick J wrote:
>> if (av_strncasecmp(master_url, media_url, base_len)) {
>> - av_log(NULL, AV_LOG_WARNING, "Unable to find relative url\n");
>> return AVERROR(EINVAL);
>
> Was it intention to remove this one?
I think yes, because he move the av_log out of this call.
>
> Moritz
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list