diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 10:40:45 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 10:40:45 +0000 |
commit | 54c5848dbdd39396cba0502839fa061d7c384c89 (patch) | |
tree | 5474fee8f277ece52b29fb272ff5e651d1fd6cd1 /doc/faq.texi | |
parent | e6a9dd6a7deaeae24d770f85062ea3eddf9ebcf4 (diff) | |
download | ffmpeg-54c5848dbdd39396cba0502839fa061d7c384c89.tar.gz |
Remove extra empty line.
Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index cf86616f9e..79134427df 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -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 |