From: Steven S. <sm...@us...> - 2014-06-11 13:48:33
|
Update of /cvsroot/mjpeg/mjpeg_play/mpeg2enc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21607/mpeg2enc Modified Files: ontheflyratectlpass1.hh ontheflyratectlpass2.hh Log Message: Fix typos in header guard macros Index: ontheflyratectlpass2.hh =================================================================== RCS file: /cvsroot/mjpeg/mjpeg_play/mpeg2enc/ontheflyratectlpass2.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ontheflyratectlpass2.hh 17 Oct 2010 15:19:48 -0000 1.2 --- ontheflyratectlpass2.hh 11 Jun 2014 13:48:30 -0000 1.3 *************** *** 1,4 **** #ifndef _ONTHEFLYRATECTLPASS2_HH ! #define _ONTHELFYRATECTLPASS2_HH /* (C) 2003 Andrew Stevens */ --- 1,4 ---- #ifndef _ONTHEFLYRATECTLPASS2_HH ! #define _ONTHEFLYRATECTLPASS2_HH /* (C) 2003 Andrew Stevens */ Index: ontheflyratectlpass1.hh =================================================================== RCS file: /cvsroot/mjpeg/mjpeg_play/mpeg2enc/ontheflyratectlpass1.hh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ontheflyratectlpass1.hh 11 Sep 2010 19:46:04 -0000 1.1 --- ontheflyratectlpass1.hh 11 Jun 2014 13:48:30 -0000 1.2 *************** *** 1,4 **** #ifndef _ONTHEFLYRATECTLPASS1_HH ! #define _ONTHELFYRATECTLPASS1_HH /* (C) 2003 Andrew Stevens */ --- 1,4 ---- #ifndef _ONTHEFLYRATECTLPASS1_HH ! #define _ONTHEFLYRATECTLPASS1_HH /* (C) 2003 Andrew Stevens */ |