summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/raw.c')
-rw-r--r--libavformat/raw.c3
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"),