diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-07 10:45:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-07 10:45:36 +0000 |
commit | 900eb63dd38feead2832b2bc0794fbda4454001c (patch) | |
tree | e56463ea96756e1f2a20b1a7e0241efa18b87f3c /libavformat/raw.c | |
parent | 0c7b4823b3fa03174e05350318522efdd77fd51e (diff) | |
download | ffmpeg-900eb63dd38feead2832b2bc0794fbda4454001c.tar.gz |
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
Diffstat (limited to 'libavformat/raw.c')
-rw-r--r-- | libavformat/raw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c index 5527abbebc..788175f4ba 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -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"), |