summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/raw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c
index fc8bfaf540..f2b0888c5a 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -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;