From 0288a7474b89fe388440f766de20a5cad66cd805 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 9 Sep 2006 08:57:55 +0000 Subject: [PATCH] AVPROBE_SCORE_MAX doc Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ff6166ab04..b079f0aa73 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -93,7 +93,7 @@ typedef struct AVProbeData { 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;