summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nuv.c')
-rw-r--r--libavformat/nuv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/nuv.c b/libavformat/nuv.c
index 7e04222eea..feb1d3060a 100644
--- a/libavformat/nuv.c
+++ b/libavformat/nuv.c
@@ -35,8 +35,6 @@ typedef enum {
} frametype_t;
static int nuv_probe(AVProbeData *p) {
- if (p->buf_size < 12)
- return 0;
if (!memcmp(p->buf, "NuppelVideo", 12))
return AVPROBE_SCORE_MAX;
if (!memcmp(p->buf, "MythTVVideo", 12))