1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

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;