mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 02:47:45 +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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue