diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-09-09 08:57:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-09-09 08:57:55 +0000 |
commit | 0288a7474b89fe388440f766de20a5cad66cd805 (patch) | |
tree | cb53313a23d7615a3d306d45f29f8dccb9df411c /libavformat | |
parent | 5e89b50b2958a072dac99ea65e35c228dc12c31a (diff) | |
download | ffmpeg-0288a7474b89fe388440f766de20a5cad66cd805.tar.gz |
AVPROBE_SCORE_MAX doc
Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |