|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "bmpman/bmpman.h"#include "cfile/cfile.h"#include "cutscene/oggplayer.h"#include "globalincs/def_files.h"#include "globalincs/pstypes.h"#include "graphics/2d.h"#include "graphics/gropengl.h"#include "graphics/gropengldraw.h"#include "graphics/gropenglextension.h"#include "graphics/gropenglshader.h"#include "graphics/gropenglstate.h"#include "graphics/gropengltexture.h"#include "io/key.h"#include "io/timer.h"#include "osapi/osapi.h"#include "sound/openal.h"#include "sound/sound.h"#include "theora/theora.h"#include "vorbis/codec.h"Go to the source code of this file.
Macros | |
| #define | OGG_AUDIO_BUFFERS 15 |
Functions | |
| void | opengl_tcache_get_adjusted_texture_size (int w_in, int h_in, int *w_out, int *h_out) |
| void | theora_close (THEORAFILE *movie) |
| THEORAFILE * | theora_open (char *filename) |
| void | theora_play (THEORAFILE *movie) |
Variables | |
| int | Cmdline_noscalevid |
| int | Mouse_hidden |
| #define OGG_AUDIO_BUFFERS 15 |
Definition at line 70 of file oggplayer.cpp.
Definition at line 318 of file gropengltexture.cpp.
| void theora_close | ( | THEORAFILE * | movie | ) |
Definition at line 697 of file oggplayer.cpp.
| THEORAFILE* theora_open | ( | char * | filename | ) |
Definition at line 738 of file oggplayer.cpp.
| void theora_play | ( | THEORAFILE * | movie | ) |
Definition at line 924 of file oggplayer.cpp.
| int Cmdline_noscalevid |
Definition at line 328 of file cmdline.cpp.