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 <michaelni@gmx.at>2013-10-01 20:17:16 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-08 01:58:59 +0400
commitb6b9c150f06adc5a2feada116e9d8f3c3fba8b71 (patch)
tree14485ef7dd94b9b6d89df397398ffdc38448e7eb /ffmpeg.h
parent728bb910ec04ef7138a4089ca72398270210e11f (diff)
ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding.
Suggested-by: Daemon404 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 09b29a9673..054e71814d 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -420,6 +420,7 @@ extern int qp_hist;
extern int stdin_interaction;
extern int frame_bits_per_raw_sample;
extern AVIOContext *progress_avio;
+extern float max_error_rate;
extern const AVIOInterruptCB int_cb;