xoreos
0.0.5
|
Decoding Apple QuickTime videos. More...
#include <cassert>
#include <cstring>
#include "src/common/system.h"
#include "src/common/error.h"
#include "src/common/memreadstream.h"
#include "src/common/memwritestream.h"
#include "src/video/quicktime.h"
#include "src/video/codecs/codec.h"
#include "src/sound/audiostream.h"
#include "src/sound/decoders/adpcm.h"
#include "src/sound/decoders/pcm.h"
Go to the source code of this file.
Namespaces | |
Video | |
Enumerations | |
enum | { Video::kMP4IODescTag = 2, Video::kMP4ESDescTag = 3, Video::kMP4DecConfigDescTag = 4, Video::kMP4DecSpecificDescTag = 5 } |
Functions | |
static const char * | Video::tag2str (uint32 tag) |
static int | Video::readMP4DescLength (Common::SeekableReadStream *stream) |
static void | Video::readMP4Desc (Common::SeekableReadStream *stream, byte &tag, int &length) |
Decoding Apple QuickTime videos.
Definition in file quicktime.cpp.