From fb722a900fc5cc9e003b9fef25b27ed7fc5547a2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 9 Oct 2012 17:40:20 +0200 Subject: avconv: remove -same_quant It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless. --- avconv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 1cfcc40025..d546594a8e 100644 --- a/avconv.h +++ b/avconv.h @@ -278,7 +278,6 @@ typedef struct OutputStream { int top_field_first; float frame_aspect_ratio; - float last_quality; /* forced key frames */ int64_t *forced_kf_pts; @@ -343,7 +342,6 @@ extern int copy_tb; extern int exit_on_error; extern int print_stats; extern int qp_hist; -extern int same_quant; extern const AVIOInterruptCB int_cb; -- cgit v1.2.3