Console log messages

Sven Heithecker <[email protected]> Sun, 16 May 2010 23:07:48 +0200
Newsgroups gmane.comp.video.xine.user
Message-ID <[email protected]>
Hi !

I am currently writing a xine-based media decoder tool as I have got some 
weird old mjpeg AVIs which fail to be decoded by any other application.

Now, when the decoding runs, I repeatedly get the following message printed on 
the console:

[mjpeg @ 0xc1f340]EOI missing, emulating

Is there any way to get rid of these messages ? I already tried:

xine_engine_set_param(xine, XINE_ENGINE_PARAM_VERBOSITY, XINE_VERBOSITY_NONE);
xine_set_param(stream, XINE_PARAM_VERBOSITY, XINE_VERBOSITY_NONE);

or even capturing the xile log output by registering a callback, however that 
did not help. 

I also searched the whole xine code for any appropriate string, however 
without success.

So where does this log message come from, and how to get rid of it ?

Greetings,
Sven

-- 
Sven Heithecker
GPG Fingerprint: 527F 06C2 BF51 96CE DFF7 CC89 1A6B DFD5 BEC2 02A6

------------------------------------------------------------------------------