summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/video_ratio.3
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-05 13:41:53 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-05 13:41:53 +0000
commit2f0db17cc0d942fffa715d8d686721ce557f307c (patch)
treee74ac91464cb37ed0e0ca0accd91a1e81d88af66 /doc/man/en/man3/video_ratio.3
parent6f6fbbc03f116bde9ab3ae33a7d25b7991017e70 (diff)
downloadxine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.gz
xine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.bz2
Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
Diffstat (limited to 'doc/man/en/man3/video_ratio.3')
-rw-r--r--doc/man/en/man3/video_ratio.322
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/man/en/man3/video_ratio.3 b/doc/man/en/man3/video_ratio.3
index 6eb5bf05f..2d29aaf7a 100644
--- a/doc/man/en/man3/video_ratio.3
+++ b/doc/man/en/man3/video_ratio.3
@@ -1,4 +1,4 @@
-.TH "Possible ratios for the VO_PROP_ASPECT_RATIO call" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
+.TH "Possible ratios for the VO_PROP_ASPECT_RATIO call" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -18,6 +18,12 @@ Possible ratios for the VO_PROP_ASPECT_RATIO call \-
.ti -1c
.RI "#define \fBASPECT_DVB\fP 3"
.br
+.ti -1c
+.RI "#define \fBASPECT_SQUARE\fP 4"
+.br
+.ti -1c
+.RI "#define \fBNUM_ASPECT_RATIOS\fP 5"
+.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP
@@ -53,4 +59,18 @@ Set aspect ration to 4:3.
.PP
\fBSee also: \fP
.in +1c
+\fBVO_PROP_ASPECT_RATIO\fP
+.SS "#define ASPECT_SQUARE 4"
+.PP
+Set aspect ration to square pels.
+.PP
+\fBSee also: \fP
+.in +1c
+\fBVO_PROP_ASPECT_RATIO\fP
+.SS "#define NUM_ASPECT_RATIOS 5"
+.PP
+Number of aspect ratios supported for VO_PROP_ASPECT_RATIO property.
+.PP
+\fBSee also: \fP
+.in +1c
\fBVO_PROP_ASPECT_RATIO\fP \ No newline at end of file