* [gentoo-commits] gentoo commit in src/patchsets/blender/2.63a: 0220_all_crash.patch series
@ 2012-08-07 23:12 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-08-07 23:12 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/07 23:12:24
Modified: series
Added: 0220_all_crash.patch
Log:
Add one more patch.
Revision Changes Path
1.2 src/patchsets/blender/2.63a/series
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/blender/2.63a/series?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/blender/2.63a/series?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/blender/2.63a/series?r1=1.1&r2=1.2
Index: series
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/blender/2.63a/series,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- series 16 Jul 2012 09:19:04 -0000 1.1
+++ series 7 Aug 2012 23:12:24 -0000 1.2
@@ -10,3 +10,4 @@
0190_all_enable-site-module.patch
0200_all_opencollada-debug.patch
0210_all_boost-1.50.patch
+0220_all_crash.patch
1.1 src/patchsets/blender/2.63a/0220_all_crash.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/blender/2.63a/0220_all_crash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/blender/2.63a/0220_all_crash.patch?rev=1.1&content-type=text/plain
Index: 0220_all_crash.patch
===================================================================
Index: blender-2.63a/source/blender/imbuf/intern/util.c
===================================================================
--- blender-2.63a.orig/source/blender/imbuf/intern/util.c
+++ blender-2.63a/source/blender/imbuf/intern/util.c
@@ -243,11 +243,11 @@ void do_init_ffmpeg(void)
static int isffmpeg (const char *filename)
{
- AVFormatContext *pFormatCtx;
+ AVFormatContext *pFormatCtx = NULL;
unsigned int i;
int videoStream;
- AVCodec *pCodec;
- AVCodecContext *pCodecCtx;
+ AVCodec *pCodec = NULL;
+ AVCodecContext *pCodecCtx = NULL;
do_init_ffmpeg();
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-07 23:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 23:12 [gentoo-commits] gentoo commit in src/patchsets/blender/2.63a: 0220_all_crash.patch series Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox