summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-11-17 18:39:26 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-11-17 18:39:26 +0000
commit9af767af38571c9d9177a35c0acd83b022aaecfb (patch)
treeaccd97a40a7827295b42b7b7a8d1e4e1bd7f7c64 /media-gfx/blender/files
parentamd64 stable, bug #199458. (diff)
downloadhistorical-9af767af38571c9d9177a35c0acd83b022aaecfb.tar.gz
historical-9af767af38571c9d9177a35c0acd83b022aaecfb.tar.bz2
historical-9af767af38571c9d9177a35c0acd83b022aaecfb.zip
Fix texture import from ffmpeg, bug #199448
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-gfx/blender/files')
-rw-r--r--media-gfx/blender/files/blender-2.44-swscale.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/blender/files/blender-2.44-swscale.patch b/media-gfx/blender/files/blender-2.44-swscale.patch
index 4a8df202990e..1982d73b2cfa 100644
--- a/media-gfx/blender/files/blender-2.44-swscale.patch
+++ b/media-gfx/blender/files/blender-2.44-swscale.patch
@@ -92,10 +92,10 @@ index 5b185a4..5cdb651 100644
+ img_convert_ctx = sws_getContext(
+ anim->pCodecCtx->width,
+ anim->pCodecCtx->height,
-+ PIX_FMT_RGBA32,
++ anim->pCodecCtx->pix_fmt,
+ anim->pCodecCtx->width,
+ anim->pCodecCtx->height,
-+ anim->pCodecCtx->pix_fmt,
++ PIX_FMT_RGBA32,
+ SWS_BICUBIC,
+ NULL, NULL, NULL);
+ }