Author: qboosh                       Date: Tue Nov 15 21:41:01 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   gplflash2-ffmpeg.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gplflash2-ffmpeg.patch
diff -u SOURCES/gplflash2-ffmpeg.patch:1.1 SOURCES/gplflash2-ffmpeg.patch:1.2
--- SOURCES/gplflash2-ffmpeg.patch:1.1  Wed Nov  2 00:36:31 2005
+++ SOURCES/gplflash2-ffmpeg.patch      Tue Nov 15 22:40:55 2005
@@ -1,11 +1,11 @@
---- gplflash2/ASLib/as_video.cc.orig   2005-04-24 22:50:19.000000000 +0200
-+++ gplflash2/ASLib/as_video.cc        2005-11-01 23:19:17.687973544 +0100
+--- gplflash2/ASLib/as_video.cc.orig   2005-11-06 13:29:50.000000000 +0100
++++ gplflash2/ASLib/as_video.cc        2005-11-15 22:39:44.733566600 +0100
 @@ -129,7 +129,7 @@
        if (codecId == 2) {     // an H263VIDEOPACKET
            pFormatCtx = av_alloc_format_context();
                AVStream *st = av_new_stream(pFormatCtx, 0);
--              pCodecCtx = &st->codec;
-+              pCodecCtx = st->codec;
-       pCodec=avcodec_find_decoder(CODEC_ID_FLV1);
-               pCodecCtx->width = width;
-               pCodecCtx->height = height;
+-#if LIBAVCODEC_VERSION_INT < ((49<<16)+(0<<8)+2)
++#if LIBAVCODEC_VERSION_INT < ((49<<16)+(0<<8)+1)
+               pCodecCtx = &st->codec;
+ #else
+               pCodecCtx = st->codec;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gplflash2-ffmpeg.patch?r1=1.1&r2=1.2&f=u

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

Reply via email to