diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-27 04:30:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-29 17:16:51 +0200 |
commit | f4ada6dc3ff7a5c4193d2b30151a48de8e219c94 (patch) | |
tree | 875eabcfe0c5c7eab44d27c361719b9782774fb1 /ffmpeg.h | |
parent | 902bfa5b22083f4959de775e2f8f278785d6ff02 (diff) | |
download | ffmpeg-f4ada6dc3ff7a5c4193d2b30151a48de8e219c94.tar.gz |
ffmpeg: Implement support for seeking relative to EOF
Fixes Ticket227
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ typedef struct OptionsContext { /* input/output options */ int64_t start_time; + int64_t start_time_eof; int seek_timestamp; const char *format; |