Mercurial > hg > easaier-soundaccess
diff sv/videoio/SDL_ffmpeg.h @ 129:587ad94d6ac2
(none)
author | ivand_qmul |
---|---|
date | Thu, 08 Nov 2007 13:29:48 +0000 |
parents | 66af7c1b10d9 |
children | c946c19e6329 |
line wrap: on
line diff
--- a/sv/videoio/SDL_ffmpeg.h Thu Nov 08 10:50:48 2007 +0000 +++ b/sv/videoio/SDL_ffmpeg.h Thu Nov 08 13:29:48 2007 +0000 @@ -74,7 +74,8 @@ // audio/video buffers bufferImage **imageBuffer; int8_t *audio; - + int writeImage; + int readImage; // userinfo double frameRate[2]; char language[4]; @@ -115,6 +116,9 @@ int skipAudio; int skipVideo; int delay; + int64_t timer; + int64_t countFreq; + int timebase; int64_t audioTime; } SDL_ffmpegFile;