Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 05:30:26 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-29 18:16:51 +0300
commitf4ada6dc3ff7a5c4193d2b30151a48de8e219c94 (patch)
tree875eabcfe0c5c7eab44d27c361719b9782774fb1 /ffmpeg.h
parent902bfa5b22083f4959de775e2f8f278785d6ff02 (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index a7e5e51140..7467b165f8 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -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;