summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/video_ratio.3
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
commit098a9e1144f620e3d975648920384d233dd85ed1 (patch)
treeccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /doc/man/en/man3/video_ratio.3
parentaa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff)
downloadxine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz
xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2
auto* fix: pass 1
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
Diffstat (limited to 'doc/man/en/man3/video_ratio.3')
-rw-r--r--doc/man/en/man3/video_ratio.376
1 files changed, 0 insertions, 76 deletions
diff --git a/doc/man/en/man3/video_ratio.3 b/doc/man/en/man3/video_ratio.3
deleted file mode 100644
index 3923b6f4c..000000000
--- a/doc/man/en/man3/video_ratio.3
+++ /dev/null
@@ -1,76 +0,0 @@
-.TH "Possible ratios for the VO_PROP_ASPECT_RATIO call" 3 "15 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-Possible ratios for the VO_PROP_ASPECT_RATIO call \-
-.SS "Defines"
-
-.in +1c
-.ti -1c
-.RI "#define \fBASPECT_AUTO\fP 0"
-.br
-.ti -1c
-.RI "#define \fBASPECT_ANAMORPHIC\fP 1"
-.br
-.ti -1c
-.RI "#define \fBASPECT_FULL\fP 2"
-.br
-.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
-\fBSee also: \fP
-.in +1c
-\fBVO_PROP_ASPECT_RATIO\fP, \fBvo_driver_t\fP
-.SH "DEFINE DOCUMENTATION"
-.PP
-.SS "#define ASPECT_ANAMORPHIC 1"
-.PP
-Set aspect ration to 16:9.
-.PP
-\fBSee also: \fP
-.in +1c
-\fBVO_PROP_ASPECT_RATIO\fP
-.SS "#define ASPECT_AUTO 0"
-.PP
-Let video driver guessing aspect ratio.
-.PP
-\fBSee also: \fP
-.in +1c
-\fBVO_PROP_ASPECT_RATIO\fP
-.SS "#define ASPECT_DVB 3"
-.PP
-Set aspect ration to 1:2.
-.PP
-\fBSee also: \fP
-.in +1c
-\fBVO_PROP_ASPECT_RATIO\fP
-.SS "#define ASPECT_FULL 2"
-.PP
-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