Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283832
Collapse All | Expand All

(-)opencv-1.0.0/otherlibs/highgui/cvcap_ffmpeg.cpp (-1 / +1 lines)
Lines 390-396 typedef struct CvAVI_FFMPEG_Writer Link Here
390
 * the following function is a modified version of code
390
 * the following function is a modified version of code
391
 * found in ffmpeg-0.4.9-pre1/output_example.c
391
 * found in ffmpeg-0.4.9-pre1/output_example.c
392
 */
392
 */
393
static AVFrame * icv_alloc_picture_FFMPEG(int pix_fmt, int width, int height, bool alloc)
393
static AVFrame * icv_alloc_picture_FFMPEG(enum PixelFormat pix_fmt, int width, int height, bool alloc)
394
{
394
{
395
	AVFrame * picture;
395
	AVFrame * picture;
396
	uint8_t * picture_buf;
396
	uint8_t * picture_buf;

Return to bug 283832