Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655170 | Differences between
and this patch

Collapse All | Expand All

(-)mediastreamer-2.9.0-orig/src/videofilters/nowebcam.c (-2 / +2 lines)
Lines 32-38 Foundation, Inc., 59 Temple Place - Suit Link Here
32
#ifndef NO_FFMPEG
32
#ifndef NO_FFMPEG
33
#include "ffmpeg-priv.h"
33
#include "ffmpeg-priv.h"
34
#else
34
#else
35
#define FF_INPUT_BUFFER_PADDING_SIZE 32
35
#define AV_INPUT_BUFFER_PADDING_SIZE 32
36
#endif
36
#endif
37
37
38
#if TARGET_OS_IPHONE
38
#if TARGET_OS_IPHONE
Lines 1740-1746 mblk_t *ms_load_jpeg_as_yuv(const char * Link Here
1740
			m=ms_load_generate_yuv(reqsize);
1740
			m=ms_load_generate_yuv(reqsize);
1741
			return m;
1741
			return m;
1742
		}
1742
		}
1743
		jpgbuf=(uint8_t*)ms_malloc0(statbuf.st_size + FF_INPUT_BUFFER_PADDING_SIZE);
1743
		jpgbuf=(uint8_t*)ms_malloc0(statbuf.st_size + AV_INPUT_BUFFER_PADDING_SIZE);
1744
		if (jpgbuf==NULL)
1744
		if (jpgbuf==NULL)
1745
		{
1745
		{
1746
			close(fd);
1746
			close(fd);

Return to bug 655170