Removed debug message in the probe function of bit demuxer.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Laurent Aimar 14 years ago committed by Michael Niedermayer
parent 78cb39d2b2
commit 3b26daedd8
  1. 1
      libavformat/bit.c

@ -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;

Loading…
Cancel
Save