mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
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:
parent
0c7b4823b3
commit
900eb63dd3
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user