mirror of https://git.ffmpeg.org/ffmpeg.git
Removed debug message in the probe function of bit demuxer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
78cb39d2b2
commit
3b26daedd8
|
@ -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…
Reference in New Issue