diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-09-04 20:30:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-10 11:23:01 +0100 |
commit | b36bc81ccaa2fc85dc4bae7dc546c71e8833573d (patch) | |
tree | d0356d471eebbaa527decf124256bebc318ca891 /doc/avplay.texi | |
parent | f548f9f9e7a2a08c780e88dac63b9d5d2c55efb0 (diff) | |
download | ffmpeg-b36bc81ccaa2fc85dc4bae7dc546c71e8833573d.tar.gz |
avplay: add support for seeking to chapter marks
Diffstat (limited to 'doc/avplay.texi')
-rw-r--r-- | doc/avplay.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avplay.texi b/doc/avplay.texi index 4d9af5f562..71981f6d5d 100644 --- a/doc/avplay.texi +++ b/doc/avplay.texi @@ -147,6 +147,9 @@ Seek backward/forward 10 seconds. @item down/up Seek backward/forward 1 minute. +@item PGDOWN/PGUP +Seek to the previous/next chapter. + @item mouse click Seek to percentage in file corresponding to fraction of width. |