Author: lisu                         Date: Fri Jul  1 13:24:15 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use avcodec_decode_audio3 instead of avcodec_decode_audio (my mistake)

---- Files affected:
packages/amarok:
   amarok-ffmpeg08.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/amarok/amarok-ffmpeg08.patch
diff -u packages/amarok/amarok-ffmpeg08.patch:1.2 
packages/amarok/amarok-ffmpeg08.patch:1.3
--- packages/amarok/amarok-ffmpeg08.patch:1.2   Fri Jul  1 15:19:42 2011
+++ packages/amarok/amarok-ffmpeg08.patch       Fri Jul  1 15:24:10 2011
@@ -14,7 +14,7 @@
 
                      outSize = bufferSize;
 -                    decoderRet = avcodec_decode_audio2( pCodecCtx, ( qint16 * 
)buffer, &outSize, tmpPacket.data, tmpPacket.size );
-+                    decoderRet = avcodec_decode_audio( pCodecCtx, ( qint16 * 
)buffer, &outSize, &tmpPacket );
++                    decoderRet = avcodec_decode_audio3( pCodecCtx, ( qint16 * 
)buffer, &outSize, &tmpPacket );
                      if( decoderRet < 0 )
                      {
                          debug() << "Error while decoding.";
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to