# HG changeset patch # User diego # Date 1215427536 0 # Node ID 2949f7da89319049d2e90e076c756fa65fa18679 # Parent 943e9f0d1e9269bc213817acaf423dedffddf43d Add a note to remind people to add new raw formats to the Makefile. diff -r 943e9f0d1e92 -r 2949f7da8931 raw.c --- a/raw.c Mon Jul 07 10:44:34 2008 +0000 +++ b/raw.c Mon Jul 07 10:45:36 2008 +0000 @@ -424,6 +424,9 @@ 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"),