ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh
Revision: 20135
Committed: Sun Aug 30 16:17:22 2015 UTC (8 years, 8 months ago) by laffer1
Content type: text/plain
File size: 360 byte(s)
Log Message:
add mjpegtools

File Contents

# Content
1 Use class RateCtl instead of struct.
2 Class RateCtl is defined in ratectl.hh and used elsewhere in the code too.
3
4 --- ./mpeg2enc/encoderparams.hh.orig 2014-07-21 16:50:46.000000000 +0200
5 +++ ./mpeg2enc/encoderparams.hh 2014-07-21 16:50:56.000000000 +0200
6 @@ -79,7 +79,7 @@
7 };
8
9
10 -struct RateCtl;
11 +class RateCtl;
12 class MPEG2EncOptions;
13
14 class EncoderParams

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain