[FFmpeg-cvslog] r16826 - trunk/libavformat/raw.c
benoit
subversion
Tue Jan 27 19:01:27 CET 2009
Author: benoit
Date: Tue Jan 27 19:01:26 2009
New Revision: 16826
Log:
Whitespaces cosmetics to align return statements.
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c Tue Jan 27 19:00:40 2009 (r16825)
+++ trunk/libavformat/raw.c Tue Jan 27 19:01:26 2009 (r16826)
@@ -592,7 +592,7 @@ static int flac_probe(AVProbeData *p)
bufptr += ff_id3v2_tag_len(bufptr);
if(bufptr > end-4 || memcmp(bufptr, "fLaC", 4)) return 0;
- else return AVPROBE_SCORE_MAX / 2;
+ else return AVPROBE_SCORE_MAX/2;
}
#endif
More information about the ffmpeg-cvslog
mailing list