aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh
blob: f9e81fe4cb8eb8f1da46a7ea4ab688a13ec02a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Use class RateCtl instead of struct.
Class RateCtl is defined in ratectl.hh and used elsewhere in the code too.

--- mpeg2enc/encoderparams.hh.orig	2021-09-05 06:14:13 UTC
+++ mpeg2enc/encoderparams.hh
@@ -79,7 +79,7 @@ struct motion_data {
 };
 
 
-struct RateCtl;
+class RateCtl;
 class MPEG2EncOptions;
 
 class EncoderParams