summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 2ac7cbe522..3a7527aee9 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -163,6 +163,7 @@ typedef struct OptionsContext {
float shortest_buf_duration;
int shortest;
int bitexact;
+ int live;
int video_disable;
int audio_disable;
@@ -610,6 +611,7 @@ typedef struct OutputFile {
int shortest;
int bitexact;
+ int live;
} OutputFile;
extern InputStream **input_streams;