SOURCES: gplflash2-ffmpeg.patch (NEW) - update for current ffmpeg

qboosh qboosh at pld-linux.org
Wed Nov 2 00:36:36 CET 2005


Author: qboosh                       Date: Tue Nov  1 23:36:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update for current ffmpeg

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

---- Diffs:

================================================================
Index: SOURCES/gplflash2-ffmpeg.patch
diff -u /dev/null SOURCES/gplflash2-ffmpeg.patch:1.1
--- /dev/null	Wed Nov  2 00:36:36 2005
+++ SOURCES/gplflash2-ffmpeg.patch	Wed Nov  2 00:36:31 2005
@@ -0,0 +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
+@@ -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;
================================================================



More information about the pld-cvs-commit mailing list