Commit 3b26daed authored by Laurent Aimar's avatar Laurent Aimar Committed by Michael Niedermayer

Removed debug message in the probe function of bit demuxer.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 78cb39d2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment