diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ff6166ab04ffec07eb1003e227c33b758c386ca7..b079f0aa73d04f134aa9e564ab5ec1da1d478419 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;