diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-17 04:38:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-04 02:40:41 +0100 |
commit | 77f326dc36b7b600e5aef6b7dca83e8053d9954d (patch) | |
tree | fceb50f0aa9e9491378e2a14dbc9326af3c4b89b /ffmpeg.h | |
parent | 52f2adc015ba4a05c3da730e87b63b343747424d (diff) | |
download | ffmpeg-77f326dc36b7b600e5aef6b7dca83e8053d9954d.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |