From 67475cb6aa3af3a0c65351562c22f25814a45fcb Mon Sep 17 00:00:00 2001 From: scuri Date: Sun, 23 Aug 2009 23:57:50 +0000 Subject: *** empty log message *** --- include/im_format_avi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/im_format_avi.h') diff --git a/include/im_format_avi.h b/include/im_format_avi.h index ae9fe99..535aa37 100644 --- a/include/im_format_avi.h +++ b/include/im_format_avi.h @@ -62,9 +62,9 @@ extern "C" { Attributes: FPS IM_FLOAT (1) (should set when writing, default 15) - AVIQuality IM_INT (1) [1-10000, default -1] (write only) - KeyFrameRate IM_INT (1) (write only) [key frame frequency, if 0 not using key frames, default 15] - DataRate IM_INT (1) (write only) [kilobits/second, default 2400] + AVIQuality IM_INT (1) [1-10000, default -1] (write only) [unsed if compression=CUSTOM] + KeyFrameRate IM_INT (1) (write only) [key frame frequency, if 0 not using key frames, default 15, unsed if compression=CUSTOM] + DataRate IM_INT (1) (write only) [kilobits/second, default 2400, unsed if compression=CUSTOM] Comments: Reads only the first video stream. Other streams are ignored. -- cgit v1.2.3