changeset 2368:8715adf607ce libavformat

100000l (forgotten return)
author michael
date Fri, 10 Aug 2007 17:05:12 +0000
parents 43a4290a6d77
children 2e7affad5b28
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Fri Aug 10 16:15:23 2007 +0000
+++ b/raw.c	Fri Aug 10 17:05:12 2007 +0000
@@ -434,7 +434,7 @@
 static int flac_probe(AVProbeData *p)
 {
     if(memcmp(p->buf, "fLaC", 4)) return 0;
-    else                          AVPROBE_SCORE_MAX / 2;
+    else                          return AVPROBE_SCORE_MAX / 2;
 }
 
 AVInputFormat shorten_demuxer = {