[FFmpeg-devel] [PATCH] avformat/subtitles: reduce log level of UTF-16 warning
wm4
nfxjfg at googlemail.com
Wed Oct 29 19:05:48 CET 2014
On Wed, 29 Oct 2014 17:30:47 +0000 (UTC)
Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> wm4 <nfxjfg <at> googlemail.com> writes:
>
> > if (s && (r->type == FF_UTF16LE || r->type == FF_UTF16BE))
> > - av_log(s, AV_LOG_WARNING,
> > + av_log(s, AV_LOG_INFO,
>
> Patch applied.
>
> Thank you, Carl Eugen
Thanks.
Would a patch adding a "this is UTF-8" flag to the subtitle codec
headers be accepted? What should it be named? (There's already lots of
stuff in AVCodecContext...)
More information about the ffmpeg-devel
mailing list