46 #include "vorbis/codec.h"
48 #include "theora/theora.h"
101 extern int PlayMovie(
const std::string &name);
105 #endif // !__MOVIE_H__
int PlayMovie(const std::string &name)
Play a movie file.
Definition: movie.cpp:174
vorbis_comment vcomment
Definition: movie.h:67
ogg_sync_state sync
Ogg file handle.
Definition: movie.h:62
int OggGetNextPage(ogg_page *page, ogg_sync_state *sync, CFile *f)
Definition: ogg.cpp:81
int OggInit(CFile *f, OggData *data)
Definition: ogg.cpp:151
void OggFree(OggData *data)
Definition: ogg.cpp:297
CFile * File
Definition: movie.h:61
int audio
Definition: movie.h:78
theora_state tstate
Definition: movie.h:75
theora_comment tcomment
Definition: movie.h:74
ogg_stream_state vstream
Definition: movie.h:72
vorbis_block vblock
Definition: movie.h:68
ogg_stream_state astream
Definition: movie.h:65
vorbis_dsp_state vdsp
Definition: movie.h:69
int video
Definition: movie.h:80
vorbis_info vinfo
Definition: movie.h:66
int VorbisProcessData(OggData *data, char *buffer)
Definition: ogg.cpp:98
theora_info tinfo
Definition: movie.h:73
ogg_page page
Definition: movie.h:63