Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/blender/files: blender-2.44-swscale.patch
Date: Sat, 17 Nov 2007 18:39:32
Message-Id: E1ItSZj-0006B0-Ej@stork.gentoo.org
1 lu_zero 07/11/17 18:39:27
2
3 Modified: blender-2.44-swscale.patch
4 Log:
5 Fix texture import from ffmpeg, bug #199448
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 media-gfx/blender/files/blender-2.44-swscale.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/blender/files/blender-2.44-swscale.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/blender/files/blender-2.44-swscale.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/blender/files/blender-2.44-swscale.patch?r1=1.2&r2=1.3
14
15 Index: blender-2.44-swscale.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/blender/files/blender-2.44-swscale.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- blender-2.44-swscale.patch 19 Sep 2007 07:32:21 -0000 1.2
22 +++ blender-2.44-swscale.patch 17 Nov 2007 18:39:26 -0000 1.3
23 @@ -92,10 +92,10 @@
24 + img_convert_ctx = sws_getContext(
25 + anim->pCodecCtx->width,
26 + anim->pCodecCtx->height,
27 -+ PIX_FMT_RGBA32,
28 ++ anim->pCodecCtx->pix_fmt,
29 + anim->pCodecCtx->width,
30 + anim->pCodecCtx->height,
31 -+ anim->pCodecCtx->pix_fmt,
32 ++ PIX_FMT_RGBA32,
33 + SWS_BICUBIC,
34 + NULL, NULL, NULL);
35 + }
36
37
38
39 --
40 gentoo-commits@g.o mailing list