# HG changeset patch # User michael # Date 1157792275 0 # Node ID 45a55380918e002b81210ad90fffe2b7c1c926e0 # Parent 44c593741578c737874e1dd72d5659eae440d70c AVPROBE_SCORE_MAX doc diff -r 44c593741578 -r 45a55380918e avformat.h --- 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;