You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02: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:
@ -424,6 +424,9 @@ static int flac_probe(AVProbeData *p)
|
|||||||
else return AVPROBE_SCORE_MAX / 2;
|
else return AVPROBE_SCORE_MAX / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Note: Do not forget to add new entries to the Makefile as well. */
|
||||||
|
|
||||||
AVInputFormat shorten_demuxer = {
|
AVInputFormat shorten_demuxer = {
|
||||||
"shn",
|
"shn",
|
||||||
NULL_IF_CONFIG_SMALL("raw Shorten"),
|
NULL_IF_CONFIG_SMALL("raw Shorten"),
|
||||||
|
Reference in New Issue
Block a user