Mercurial > hg > easaier-soundaccess
diff sv/videoio/SDL_ffmpeg.h @ 150:c946c19e6329
(none)
author | ivand_qmul |
---|---|
date | Wed, 14 Nov 2007 15:11:46 +0000 |
parents | 587ad94d6ac2 |
children |
line wrap: on
line diff
--- a/sv/videoio/SDL_ffmpeg.h Wed Nov 14 10:41:46 2007 +0000 +++ b/sv/videoio/SDL_ffmpeg.h Wed Nov 14 15:11:46 2007 +0000 @@ -49,7 +49,7 @@ } #endif #define SWS_BICUBIC 4 -const int SDL_FFMPEG_MAX_BUFFERED_FRAMES = 60; +const int SDL_FFMPEG_MAX_BUFFERED_FRAMES = 25; const int SDL_FFMPEG_MAX_BUFFERED_SAMPLES = 512*512; static int sws_flags = SWS_BICUBIC; // we pack our decoded images into bufferImage structs