diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-11-17 18:39:26 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-11-17 18:39:26 +0000 |
commit | 9af767af38571c9d9177a35c0acd83b022aaecfb (patch) | |
tree | accd97a40a7827295b42b7b7a8d1e4e1bd7f7c64 /media-gfx/blender/files | |
parent | amd64 stable, bug #199458. (diff) | |
download | historical-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.patch | 4 |
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); + } |