0e90ccad24
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is defined in ratectl.hh and used elsewhere in the code too. Fix headerguard typo in ontheflyratectlpass[12].hh. Found by: Clang
9 lines
305 B
C++
9 lines
305 B
C++
--- mpeg2enc/ontheflyratectlpass2.hh.orig 2014-07-21 16:51:46.000000000 +0200
|
|
+++ mpeg2enc/ontheflyratectlpass2.hh 2014-07-21 16:52:33.000000000 +0200
|
|
@@ -1,5 +1,5 @@
|
|
#ifndef _ONTHEFLYRATECTLPASS2_HH
|
|
-#define _ONTHELFYRATECTLPASS2_HH
|
|
+#define _ONTHEFLYRATECTLPASS2_HH
|
|
|
|
/* (C) 2003 Andrew Stevens */
|
|
|