mirror of https://git.ffmpeg.org/ffmpeg.git
Whitespace cosmetics to align return statements.
Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
16f753f43f
commit
bbfb80f363
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue