summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2023-01-22 01:20:10 +0100
committerMarton Balint <cus@passwd.hu>2023-01-26 20:37:14 +0100
commitbdb7338b099c4727df99f8575e0c857f2b4eda3c (patch)
treef7477e0af47782f147fb2ae4984b9caa9991ca17
parent103617c93c583355474c59599533735d31dc7f9a (diff)
avcodec/ratecontrol: drop remnants of libxvid rate control
Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r--libavcodec/ratecontrol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index 2a7aaec644..4de80fad90 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -80,9 +80,6 @@ typedef struct RateControlContext{
int frame_count[5];
int last_non_b_pict_type;
- void *non_lavc_opaque; ///< context for non lavc rc code (for example xvid)
- float dry_run_qscale; ///< for xvid rc
- int last_picture_number; ///< for xvid rc
AVExpr * rc_eq_eval;
}RateControlContext;