freebsd-ports/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh
Koop Mast 0e90ccad24 Fix two problems.
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
2014-07-22 09:59:01 +00:00

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 */