Add a note to remind people to add new raw formats to the Makefile.

Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-07-07 10:45:36 +00:00
parent 0c7b4823b3
commit 900eb63dd3

View File

@ -424,6 +424,9 @@ static int flac_probe(AVProbeData *p)
else return AVPROBE_SCORE_MAX / 2;
}
/* Note: Do not forget to add new entries to the Makefile as well. */
AVInputFormat shorten_demuxer = {
"shn",
NULL_IF_CONFIG_SMALL("raw Shorten"),