Browse Source

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
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
900eb63dd3
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/raw.c

+ 3
- 0
libavformat/raw.c View File

@@ -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…
Cancel
Save