Commit c2fb4e55 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14099 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f078bf5
......@@ -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