changeset 1304:45a55380918e libavformat

AVPROBE_SCORE_MAX doc
author michael
date Sat, 09 Sep 2006 08:57:55 +0000
parents 44c593741578
children 541f4aa12efc
files avformat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Sat Sep 09 08:49:28 2006 +0000
+++ b/avformat.h	Sat Sep 09 08:57:55 2006 +0000
@@ -93,7 +93,7 @@
     int buf_size;
 } AVProbeData;
 
-#define AVPROBE_SCORE_MAX 100
+#define AVPROBE_SCORE_MAX 100               ///< max score, half of that is used for file extension based detection
 
 typedef struct AVFormatParameters {
     AVRational time_base;