Mercurial > hg > easaier-soundaccess
comparison sv/videoio/SDL_ffmpeg.h @ 129:587ad94d6ac2
(none)
author | ivand_qmul |
---|---|
date | Thu, 08 Nov 2007 13:29:48 +0000 |
parents | 66af7c1b10d9 |
children | c946c19e6329 |
comparison
equal
deleted
inserted
replaced
128:247ea6460ec2 | 129:587ad94d6ac2 |
---|---|
72 SDL_sem *sem; | 72 SDL_sem *sem; |
73 | 73 |
74 // audio/video buffers | 74 // audio/video buffers |
75 bufferImage **imageBuffer; | 75 bufferImage **imageBuffer; |
76 int8_t *audio; | 76 int8_t *audio; |
77 | 77 int writeImage; |
78 int readImage; | |
78 // userinfo | 79 // userinfo |
79 double frameRate[2]; | 80 double frameRate[2]; |
80 char language[4]; | 81 char language[4]; |
81 int sampleRate; | 82 int sampleRate; |
82 int channels; | 83 int channels; |
113 SDL_Thread *threadID, *videoThread; | 114 SDL_Thread *threadID, *videoThread; |
114 SDL_sem *decode; | 115 SDL_sem *decode; |
115 int skipAudio; | 116 int skipAudio; |
116 int skipVideo; | 117 int skipVideo; |
117 int delay; | 118 int delay; |
119 int64_t timer; | |
120 int64_t countFreq; | |
121 int timebase; | |
118 int64_t audioTime; | 122 int64_t audioTime; |
119 } SDL_ffmpegFile; | 123 } SDL_ffmpegFile; |
120 | 124 |
121 | 125 |
122 int SDL_ffmpegStartDecoding(SDL_ffmpegFile* file); | 126 int SDL_ffmpegStartDecoding(SDL_ffmpegFile* file); |