[FFmpeg-devel] Noisy FLAC parser?

Reimar Döffinger Reimar.Doeffinger
Thu Dec 9 07:43:08 CET 2010


On Wed, Dec 08, 2010 at 06:44:59PM -0500, Justin Ruggles wrote:
> On 12/08/2010 06:41 PM, Justin Ruggles wrote:
> 
> > 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?
> 
> 
> oops I meant AV_LOG_ERROR+127.

Ah, so that was really that discussion. MPlayer usually does handle
it, but I suspect it doesn't for the parser...



More information about the ffmpeg-devel mailing list