xoreos
0.0.5
|
Decoding Microsoft Xbox XMV videos. More...
#include <cassert>
#include "src/common/error.h"
#include "src/common/memreadstream.h"
#include "src/common/ptrvector.h"
#include "src/common/strutil.h"
#include "src/common/timestamp.h"
#include "src/sound/audiostream.h"
#include "src/sound/interleaver.h"
#include "src/sound/decoders/wave_types.h"
#include "src/sound/decoders/pcm.h"
#include "src/sound/decoders/adpcm.h"
#include "src/video/xmv.h"
#include "src/video/codecs/xmvwmv2.h"
Go to the source code of this file.
Namespaces | |
Video | |
Variables | |
static const int | kAudioFlagADPCM51FrontLeftRight = 1 |
static const int | kAudioFlagADPCM51FrontCenterLow = 2 |
static const int | kAudioFlagADPCM51RearLeftRight = 4 |
static const int | kAudioFlagADPCM51 |
Decoding Microsoft Xbox XMV videos.
Definition in file xmv.cpp.
|
static |
Definition at line 47 of file xmv.cpp.
Referenced by Video::XboxMediaVideo::load().