comparison sv/videoio/SDL_ffmpeg.h @ 150:c946c19e6329

(none)
author ivand_qmul
date Wed, 14 Nov 2007 15:11:46 +0000
parents 587ad94d6ac2
children
comparison
equal deleted inserted replaced
149:735e67e91508 150:c946c19e6329
47 47
48 #ifdef __cplusplus 48 #ifdef __cplusplus
49 } 49 }
50 #endif 50 #endif
51 #define SWS_BICUBIC 4 51 #define SWS_BICUBIC 4
52 const int SDL_FFMPEG_MAX_BUFFERED_FRAMES = 60; 52 const int SDL_FFMPEG_MAX_BUFFERED_FRAMES = 25;
53 const int SDL_FFMPEG_MAX_BUFFERED_SAMPLES = 512*512; 53 const int SDL_FFMPEG_MAX_BUFFERED_SAMPLES = 512*512;
54 static int sws_flags = SWS_BICUBIC; 54 static int sws_flags = SWS_BICUBIC;
55 // we pack our decoded images into bufferImage structs 55 // we pack our decoded images into bufferImage structs
56 typedef struct bufferImage { 56 typedef struct bufferImage {
57 // pointer to image data 57 // pointer to image data