[FFmpeg-devel] [PATCH] avformat/hlsenc: Added context to av_log calls

Jeyapal, Karthick kjeyapal at akamai.com
Fri Nov 24 13:31:28 EET 2017



On 11/24/17, 4:36 PM, "Carl Eugen Hoyos" <ceffmpeg at gmail.com> wrote:

>2017-11-24 12:03 GMT+01:00 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?
Thanks for that question.
Yes, it was removed intentionally, as the calling function was also printing the same log, with ERROR.
>
>If yes, please mention in the commit message that this was
>not a useful warning (or make it a separate commit).
I have amended the commit message and have sent a new patch v2.

Thanks and regards,
Karthick





More information about the ffmpeg-devel mailing list