[FFmpeg-cvslog] r14099 - trunk/libavformat/raw.c

diego subversion
Mon Jul 7 12:45:36 CEST 2008


Author: diego
Date: Mon Jul  7 12:45:36 2008
New Revision: 14099

Log:
Add a note to remind people to add new raw formats to the Makefile.


Modified:
   trunk/libavformat/raw.c

Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c	(original)
+++ trunk/libavformat/raw.c	Mon Jul  7 12:45:36 2008
@@ -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"),




More information about the ffmpeg-cvslog mailing list