xoreos  0.0.5
Namespaces | Functions
h263.cpp File Reference

h.263 video codec. More...

#include <cstring>
#include <xvid.h>
#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/common/readstream.h"
#include "src/common/types.h"
#include "src/graphics/yuv_to_rgb.h"
#include "src/graphics/images/surface.h"
#include "src/video/codecs/codec.h"
#include "src/video/codecs/h263.h"
Include dependency graph for h263.cpp:

Go to the source code of this file.

Namespaces

 Video
 

Functions

Codec * Video::makeH263Codec (int width, int height, Common::SeekableReadStream &extraData)
 Create a Codec capable of decoding h.263 frames. More...
 

Detailed Description

h.263 video codec.

Definition in file h263.cpp.

Variable Documentation

◆ _decHandle

void* _decHandle
private

Definition at line 56 of file h263.cpp.

◆ _height

uint32 _height
private

◆ _width

uint32 _width
private