mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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;
|
int i;
|
||||||
i=AV_RL16(&p->buf[0]);
|
i=AV_RL16(&p->buf[0]);
|
||||||
av_log(NULL, AV_LOG_ERROR, "bit probe: %x\n", i);
|
|
||||||
if(i != SYNC_WORD)
|
if(i != SYNC_WORD)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user