]> git.pld-linux.org Git - packages/opal.git/commitdiff
- added support for ffmpeg 0.8 auto/ti/opal-3_6_8-11
authorlisu <lisu@pld-linux.org>
Fri, 22 Jul 2011 10:30:27 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opal-ffmpeg08.patch -> 1.1.2.4

opal-ffmpeg08.patch

index a2133a34340590d96056dfc5488cb577a460871d..e4cb577148d16a8ff381a16853c5c20337b98fa9 100644 (file)
@@ -178,6 +178,27 @@ diff --git a/plugins/video/H.264/shared/h264frame.cxx b/plugins/video/H.264/shar
        _NALs[_numberOfNALsInFrame].length = currentNALLen;
 --- opal-3.6.8/plugins/video/H.263-1998/h263-1998.cxx~ 2010-05-27 08:52:46.000000000 +0200
 +++ opal-3.6.8/plugins/video/H.263-1998/h263-1998.cxx  2011-06-30 16:50:50.842457173 +0200
+@@ -364,9 +364,6 @@
+   _context->qmax = round ( (31.0 - H263P_MIN_QUANT) / 31.0 * tsto + H263P_MIN_QUANT);
+   _context->qmax = std::min( _context->qmax, 31);
+
+-  _context->mb_qmin = _context->qmin;
+-  _context->mb_qmax = _context->qmax;
+-
+   // Lagrange multipliers - this is how the context defaults do it:
+   _context->lmin = _context->qmin * FF_QP2LAMBDA;
+   _context->lmax = _context->qmax * FF_QP2LAMBDA;
+@@ -478,8 +475,8 @@
+   CODEC_TRACER(tracer, "GOP is " << _context->gop_size);
+   CODEC_TRACER(tracer, "qmin set to " << _context->qmin);
+   CODEC_TRACER(tracer, "qmax set to " << _context->qmax);
+-  CODEC_TRACER(tracer, "mb_qmin set to " << _context->mb_qmin);
+-  CODEC_TRACER(tracer, "mb_qmax set to " << _context->mb_qmax);
++  CODEC_TRACER(tracer, "mb_qmin set to " << _context->qmin);
++  CODEC_TRACER(tracer, "mb_qmax set to " << _context->qmax);
+   CODEC_TRACER(tracer, "bit_rate set to " << _context->bit_rate);
+   CODEC_TRACER(tracer, "bit_rate_tolerance set to " <<_context->bit_rate_tolerance);
+   CODEC_TRACER(tracer, "rc_min_rate set to " << _context->rc_min_rate);
 @@ -688,7 +688,7 @@
  
    _inputFrame->data[1] = _inputFrame->data[0] + size;
This page took 0.087821 seconds and 4 git commands to generate.