Commit 900eb63d authored by Diego Biurrun's avatar Diego Biurrun

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
parent 0c7b4823
......@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment