Mercurial > hg > easaier-soundaccess
comparison data/fileio/VideoFileReader.h @ 145:e63e8272dcb0
the video size is updated automatically
author | benoitrigolleau |
---|---|
date | Tue, 13 Nov 2007 17:23:53 +0000 |
parents | 66af7c1b10d9 |
children | 2ac52ea3c1c4 |
comparison
equal
deleted
inserted
replaced
144:f3dce7a985cf | 145:e63e8272dcb0 |
---|---|
50 double m_bitrateNum; | 50 double m_bitrateNum; |
51 size_t m_bitrateDenom; | 51 size_t m_bitrateDenom; |
52 SDL_Surface *screen; | 52 SDL_Surface *screen; |
53 SDL_ffmpegFile* film; | 53 SDL_ffmpegFile* film; |
54 QProgressDialog *m_progress; | 54 QProgressDialog *m_progress; |
55 bool m_cancelled; | 55 bool m_cancelled; |
56 int m_width; | |
57 int m_height; | |
56 | 58 |
57 | 59 |
58 | 60 |
59 | 61 |
60 bool decodeAudio(SDL_ffmpegFile* file); | 62 bool decodeAudio(SDL_ffmpegFile* file); |