Removed debug message in the probe function of bit demuxer.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Laurent Aimar 2011-09-25 00:11:10 +02:00 committed by Michael Niedermayer
parent 78cb39d2b2
commit 3b26daedd8
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ static int probe(AVProbeData *p)
{
int i;
i=AV_RL16(&p->buf[0]);
av_log(NULL, AV_LOG_ERROR, "bit probe: %x\n", i);
if(i != SYNC_WORD)
return 0;