libavcodec/xl.c File Reference

Miro VideoXL codec. More...

#include "avcodec.h"
#include "mpegvideo.h"

Go to the source code of this file.

Data Structures

struct  VideoXLContext

Functions

static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
static int decode_init (AVCodecContext *avctx)

Variables

static const int xl_table [32]
AVCodec xl_decoder


Detailed Description

Miro VideoXL codec.

Definition in file xl.c.


Function Documentation

static int decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
const uint8_t buf,
int  buf_size 
) [static]

Definition at line 41 of file xl.c.

static int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 121 of file xl.c.


Variable Documentation

Initial value:

Definition at line 129 of file xl.c.

const int xl_table[32] [static]

Initial value:

 {
   0,   1,   2,   3,   4,   5,   6,   7,
   8,   9,  12,  15,  20,  25,  34,  46,
  64,  82,  94, 103, 108, 113, 116, 119,
 120, 121, 122, 123, 124, 125, 126, 127}

Definition at line 35 of file xl.c.

Referenced by decode_frame().


Generated on Wed Feb 9 19:10:13 2011 for ffmpeg by  doxygen 1.5.6