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"),