pnmenc: remove stray " in doc comment

This commit is contained in:
Stefan Kost 2010-10-19 15:06:36 +03:00
parent 1b23f7719a
commit 8ab60bd7cd

View file

@ -24,7 +24,7 @@
* To enable ASCII encoding, set the parameter ascii to TRUE. If you omit
* the parameter or set it to FALSE, the output will be raw encoded.
*
* <refsect">
* <refsect>
* <title>Example launch line</title>
* |[
* gst-launch videotestsrc num_buffers=1 ! ffmpegcolorspace ! "video/x-raw-gray" ! pnmenc ascii=true ! filesink location=test.pnm