diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-10 13:09:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-10 13:26:31 +0100 |
commit | 6fb8684a24cd508f63e0246c12aae129614638ea (patch) | |
tree | 1166d5457158746ba53181016cdebbc2d4e06ab7 /doc/ffplay.texi | |
parent | 6421111b52de4442768e7ef31b4d29055f83900c (diff) | |
parent | b36bc81ccaa2fc85dc4bae7dc546c71e8833573d (diff) | |
download | ffmpeg-6fb8684a24cd508f63e0246c12aae129614638ea.tar.gz |
Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'
* commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d':
avplay: add support for seeking to chapter marks
Conflicts:
doc/ffplay.texi
ffplay.c
ffplay uses pageup/down for seeking by +-10min
thus this use of the keys conflicts.
The merge thus uses them to seek to chapters when there are some or
+-10min when there are not
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 14a406d199..c26c68da5d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -201,6 +201,8 @@ Seek backward/forward 10 seconds. Seek backward/forward 1 minute. @item page down/page up +Seek to the previous/next chapter. +or if there are no chapters Seek backward/forward 10 minutes. @item mouse click |