diff options
Diffstat (limited to 'libavformat/flic.c')
-rw-r--r-- | libavformat/flic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/flic.c b/libavformat/flic.c index 0c3a7f01f9..d5544b5e0a 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -55,9 +55,6 @@ static int flic_probe(AVProbeData *p) { int magic_number; - if (p->buf_size < 6) - return 0; - magic_number = AV_RL16(&p->buf[4]); if ((magic_number != FLIC_FILE_MAGIC_1) && (magic_number != FLIC_FILE_MAGIC_2) && |