[FFmpeg-devel] Noisy FLAC parser?

Justin Ruggles justin.ruggles
Thu Dec 9 00:41:01 CET 2010


On 12/08/2010 05:35 PM, Reimar D?ffinger wrote:

> Hello,
> I wonder how this is supposed to work, the flac parser uses
> ff_flac_decode_frame_header in frame_header_is_valid to
> check where a frame starts/ends.
> However the ff_flac_decode_frame_header can print error messages,
> isn't this rather inappropriate for a parser?
> It's quite possible I am missing something, since I actually
> only see those printouts in MPlayer, but maybe you can give
> me a hint before I pointlessly try to implement a patch to
> change that...


The parser printouts are at loglevel of AV_LOG_DEBUG+127. How does
mplayer handle log levels?

-Justin



More information about the ffmpeg-devel mailing list