Remove extra empty line.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 10 Jan 2010 10:40:45 +0000 (10:40 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 10 Jan 2010 10:40:45 +0000 (10:40 +0000)
Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index cf86616..7913442 100644 (file)
@@ -321,7 +321,6 @@ from all but the first stream. This can be accomplished by piping through
 @code{tail} as seen below. Note that when piping through @code{tail} you
 must use command grouping, @code{@{  ;@}}, to background properly.
 
-
 For example, let's say we want to join two FLV files into an output.flv file:
 
 @example