changeset 3545:2949f7da8931 libavformat

Add a note to remind people to add new raw formats to the Makefile.
author diego
date Mon, 07 Jul 2008 10:45:36 +0000
parents 943e9f0d1e92
children 45c3d2b2b2fb
files raw.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"),