diff options
author | Tobias Rapp <t.rapp@noa-audio.com> | 2015-03-11 11:22:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-17 15:04:22 +0100 |
commit | 5be04f9789716cf1c3af4753cf92451d545bbdae (patch) | |
tree | 2358ac951fad9233556b70371eb6265b9e4d0f10 | |
parent | d24af7044d6ec0d22f1d6fac8fab41a6ab9a8211 (diff) | |
download | ffmpeg-5be04f9789716cf1c3af4753cf92451d545bbdae.tar.gz |
doc/protocols: Fixed missing example section marker
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 5f6dfa8916..2a19b41ad4 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1055,7 +1055,9 @@ subfile,,start,153391104,end,268142592,,:/media/dvd/VIDEO_TS/VTS_08_1.VOB @end example Play an AVI file directly from a TAR archive: +@example subfile,,start,183241728,end,366490624,,:archive.tar +@end example @section tcp |