comparison raw.c @ 2368:8715adf607ce libavformat

100000l (forgotten return)
author michael
date Fri, 10 Aug 2007 17:05:12 +0000
parents ddc8034208a5
children 213268d7594e
comparison
equal deleted inserted replaced
2367:43a4290a6d77 2368:8715adf607ce
432 } 432 }
433 433
434 static int flac_probe(AVProbeData *p) 434 static int flac_probe(AVProbeData *p)
435 { 435 {
436 if(memcmp(p->buf, "fLaC", 4)) return 0; 436 if(memcmp(p->buf, "fLaC", 4)) return 0;
437 else AVPROBE_SCORE_MAX / 2; 437 else return AVPROBE_SCORE_MAX / 2;
438 } 438 }
439 439
440 AVInputFormat shorten_demuxer = { 440 AVInputFormat shorten_demuxer = {
441 "shn", 441 "shn",
442 "raw shorten", 442 "raw shorten",