diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-01 18:17:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-07 23:58:59 +0200 |
commit | b6b9c150f06adc5a2feada116e9d8f3c3fba8b71 (patch) | |
tree | 14485ef7dd94b9b6d89df397398ffdc38448e7eb /ffmpeg.h | |
parent | 728bb910ec04ef7138a4089ca72398270210e11f (diff) | |
download | ffmpeg-b6b9c150f06adc5a2feada116e9d8f3c3fba8b71.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |