From 3d49ea4aa2b52c4884318d9a0ff395d576ef2471 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 10 Apr 2006 14:52:10 +0000 Subject: [PATCH] fix width of docs Original commit message from CVS: fix width of docs --- common | 2 +- ext/theora/theoraenc.c | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/common b/common index 1783855e98..a6710e67fd 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1783855e983a5294434673694e8a57e44980b6f1 +Subproject commit a6710e67fd82147e32a18f1b63177583faffd498 diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c index eac20a9a96..ddda008266 100644 --- a/ext/theora/theoraenc.c +++ b/ext/theora/theoraenc.c @@ -30,24 +30,26 @@ * * * The theora codec internally only supports encoding of images that are a - * multiple of 16 pixls in both X and Y direction. It is however perfectly possible - * to encode images with other dimensions because an arbitrary rectangular cropping - * region can be set up. This element will automatically set up a correct cropping - * region if the dimensions are not multiples of 16 pixels. The "border" and "center" - * properties control how this cropping region will be set up. + * multiple of 16 pixels in both X and Y direction. It is however perfectly + * possible to encode images with other dimensions because an arbitrary + * rectangular cropping region can be set up. This element will automatically + * set up a correct cropping region if the dimensions are not multiples of 16 + * pixels. The "border" and "center" properties control how this cropping + * region will be set up. * * - * To control the quality of the encoding, the "bitrate" and "quality" properties can - * be used. These two properties are mutualy exclusive. Setting the bitrate property - * will produce a constant bitrate (CBR) stream while setting the quality property - * will produce a variable bitrate (VBR) stream. + * To control the quality of the encoding, the "bitrate" and "quality" + * properties can be used. These two properties are mutualy exclusive. Setting + * the bitrate property will produce a constant bitrate (CBR) stream while + * setting the quality property will produce a variable bitrate (VBR) stream. * * Example pipeline * * gst-launch -v videotestsrc num-buffers=1000 ! theoraenc ! oggmux ! filesink location=videotestsrc.ogg * * This example pipeline will encode a test video source to theora muxed in an - * ogg container. Refer to the theoradec documentation to decode the create stream. + * ogg container. Refer to the theoradec documentation to decode the create + * stream. * * * Last reviewed on 2006-03-01 (0.10.4) -- 2.34.1