AVPROBE_SCORE_MAX doc

Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-09-09 08:57:55 +00:00
parent 5e89b50b29
commit 0288a7474b
1 changed files with 1 additions and 1 deletions

View File

@ -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;