Mercurial > libavformat.hg
comparison raw.c @ 3545:2949f7da8931 libavformat
Add a note to remind people to add new raw formats to the Makefile.
author | diego |
---|---|
date | Mon, 07 Jul 2008 10:45:36 +0000 |
parents | 1d8d52ca1e54 |
children | 45c3d2b2b2fb |
comparison
equal
deleted
inserted
replaced
3544:943e9f0d1e92 | 3545:2949f7da8931 |
---|---|
422 { | 422 { |
423 if(memcmp(p->buf, "fLaC", 4)) return 0; | 423 if(memcmp(p->buf, "fLaC", 4)) return 0; |
424 else return AVPROBE_SCORE_MAX / 2; | 424 else return AVPROBE_SCORE_MAX / 2; |
425 } | 425 } |
426 | 426 |
427 | |
428 /* Note: Do not forget to add new entries to the Makefile as well. */ | |
429 | |
427 AVInputFormat shorten_demuxer = { | 430 AVInputFormat shorten_demuxer = { |
428 "shn", | 431 "shn", |
429 NULL_IF_CONFIG_SMALL("raw Shorten"), | 432 NULL_IF_CONFIG_SMALL("raw Shorten"), |
430 0, | 433 0, |
431 NULL, | 434 NULL, |