packages (OPAL_3_6): opal/opal-ffmpeg08.patch - FF_*_TYPE replaced by AV_PI...

lisu lisu at pld-linux.org
Thu Jun 30 16:59:36 CEST 2011


Author: lisu                         Date: Thu Jun 30 14:59:36 2011 GMT
Module: packages                      Tag: OPAL_3_6
---- Log message:
- FF_*_TYPE replaced by AV_PICTURE_TYPE_* in new ffmpeg

---- Files affected:
packages/opal:
   opal-ffmpeg08.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: packages/opal/opal-ffmpeg08.patch
diff -u packages/opal/opal-ffmpeg08.patch:1.1 packages/opal/opal-ffmpeg08.patch:1.1.2.1
--- packages/opal/opal-ffmpeg08.patch:1.1	Thu Jun 30 16:05:59 2011
+++ packages/opal/opal-ffmpeg08.patch	Thu Jun 30 16:59:31 2011
@@ -176,3 +176,23 @@
      if (currentNALLen > 0) 
      {
        _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
+@@ -688,7 +688,7 @@
+ 
+   _inputFrame->data[1] = _inputFrame->data[0] + size;
+   _inputFrame->data[2] = _inputFrame->data[1] + (size / 4);
+-  _inputFrame->pict_type = (flags && forceIFrame) ? FF_I_TYPE : 0;
++  _inputFrame->pict_type = (flags && forceIFrame) ? AV_PICTURE_TYPE_I : 0;
+ 
+   currentMb = 0;
+   currentBytes = 0;
+@@ -885,7 +885,7 @@
+   _inputFrame->data[0] = _inputFrameBuffer + FF_INPUT_BUFFER_PADDING_SIZE;
+   _inputFrame->data[1] = _inputFrame->data[0] + size;
+   _inputFrame->data[2] = _inputFrame->data[1] + (size / 4);
+-  _inputFrame->pict_type = (flags && forceIFrame) ? FF_I_TYPE : 0;
++  _inputFrame->pict_type = (flags && forceIFrame) ? AV_PICTURE_TYPE_I : 0;
+  
+   _txH263PFrame->BeginNewFrame();
+   _txH263PFrame->SetTimestamp(srcRTP.GetTimestamp());
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/opal/opal-ffmpeg08.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list