[Ffmpeg-cvslog] r6206 - trunk/libavformat/avformat.h
michael
subversion
Sat Sep 9 10:57:55 CEST 2006
Author: michael
Date: Sat Sep 9 10:57:55 2006
New Revision: 6206
Modified:
trunk/libavformat/avformat.h
Log:
AVPROBE_SCORE_MAX doc
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Sat Sep 9 10:57:55 2006
@@ -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;
More information about the ffmpeg-cvslog
mailing list