ffmpeg/libswscale
Diego Biurrun 54ea773614 Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
libswscale/swscale-example.c:60: warning: 'outContext' may be used uninitialized in this function
libswscale/swscale-example.c:60: warning: 'dstContext' may be used uninitialized in this function
libswscale/swscale-example.c:60: warning: 'srcContext' may be used uninitialized in this function

Originally committed as revision 29008 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-03-19 23:33:35 +00:00
..
Makefile Rename yuv2rgb2.c --> yuv2rgb.c. 2009-02-24 22:40:20 +00:00
cs_test.c
internal_bfin.S
rgb2rgb.c Unscaled converters for 2009-03-19 03:45:29 +00:00
rgb2rgb.h Unscaled converters for 2009-03-19 03:45:29 +00:00
rgb2rgb_template.c Revert 2009-03-19 15:02:44 +00:00
swscale-example.c Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: 2009-03-19 23:33:35 +00:00
swscale.c Allocate executable memory with VirtualAlloc() in Windows. 2009-03-19 21:52:44 +00:00
swscale.h New LGPLed YUV2RGB table generator for SwScaler 2009-02-22 09:22:05 +00:00
swscale_altivec_template.c Make hScale_altivec_real() trim its output like other implementations do 2009-02-14 16:39:15 +00:00
swscale_avoption.c
swscale_bfin.c whitespace cosmetics: Consistently format function calls without space 2009-03-17 11:52:39 +00:00
swscale_internal.h Consistently use ff_ prefixes for internal symbols. 2009-03-18 08:06:08 +00:00
swscale_template.c Remove useless casting in asm "m" operand. 2009-03-19 23:29:19 +00:00
yuv2rgb.c Do not assume long is same width as x86 register. 2009-03-18 17:07:30 +00:00
yuv2rgb_altivec.c Consistently use ff_ prefixes for internal symbols. 2009-03-18 08:06:08 +00:00
yuv2rgb_bfin.c Consistently use ff_ prefixes for internal symbols. 2009-03-18 08:06:08 +00:00
yuv2rgb_mlib.c Consistently use ff_ prefixes for internal symbols. 2009-03-18 08:06:08 +00:00
yuv2rgb_template.c Do not assume long is same width as x86 register. 2009-03-18 17:07:30 +00:00
yuv2rgb_vis.c Consistently use ff_ prefixes for internal symbols. 2009-03-18 08:06:08 +00:00