Commit d7a0f3d9 authored by michael's avatar michael

remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10060 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9871f3bf
......@@ -409,9 +409,6 @@ static int ac3_probe(AVProbeData *p)
uint8_t *buf, *buf2, *end;
AC3HeaderInfo hdr;
if(p->buf_size < 7)
return 0;
max_frames = 0;
buf = p->buf;
end = buf + p->buf_size;
......
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