From 900eb63dd38feead2832b2bc0794fbda4454001c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 7 Jul 2008 10:45:36 +0000 Subject: [PATCH] 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 --- libavformat/raw.c | 3 +++ 1 file changed, 3 insertions(+) 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"),