summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-17 04:38:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-04 02:40:41 +0100
commit77f326dc36b7b600e5aef6b7dca83e8053d9954d (patch)
treefceb50f0aa9e9491378e2a14dbc9326af3c4b89b /ffmpeg.h
parent52f2adc015ba4a05c3da730e87b63b343747424d (diff)
ffmpeg: Make CFR frame drop threshold user adjustable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 cb425b324a..d2e0c5c3e9 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -482,6 +482,7 @@ extern float dts_error_threshold;
extern int audio_volume;
extern int audio_sync_method;
extern int video_sync_method;
+extern float frame_drop_threshold;
extern int do_benchmark;
extern int do_benchmark_all;
extern int do_deinterlace;