diff options
author | scuri <scuri> | 2009-08-23 23:57:50 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-23 23:57:50 +0000 |
commit | 67475cb6aa3af3a0c65351562c22f25814a45fcb (patch) | |
tree | ea2698cddce9503641e5546166dbbb51d8d677db /include/im_format_avi.h | |
parent | 36e80e6481f7518e8005527d8965148039ba8dc2 (diff) |
*** empty log message ***
Diffstat (limited to 'include/im_format_avi.h')
-rw-r--r-- | include/im_format_avi.h | 6 |
1 files changed, 3 insertions, 3 deletions
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. |