fix width of docs
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Apr 2006 14:52:10 +0000 (14:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Apr 2006 14:52:10 +0000 (14:52 +0000)
Original commit message from CVS:
fix width of docs

common
ext/theora/theoraenc.c

diff --git a/common b/common
index 1783855..a6710e6 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 1783855e983a5294434673694e8a57e44980b6f1
+Subproject commit a6710e67fd82147e32a18f1b63177583faffd498
index eac20a9..ddda008 100644 (file)
  * </para>
  * <para>
  * 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.
  * </para>
  * <para>
- * 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.
  * </para>
  * <title>Example pipeline</title>
  * <programlisting>
  * gst-launch -v videotestsrc num-buffers=1000 ! theoraenc ! oggmux ! filesink location=videotestsrc.ogg
  * </programlisting>
  * 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.
  * </refsect2>
  *
  * Last reviewed on 2006-03-01 (0.10.4)