LZOContext Struct Reference

Data Fields

const uint8_t * in
const uint8_t * in_end
uint8_t * out_start
uint8_t * out
uint8_t * out_end
int error

Detailed Description

Definition at line 33 of file lzo.c.

Field Documentation

int LZOContext::error

Definition at line 36 of file lzo.c.

Referenced by av_lzo1x_decode(), copy(), copy_backptr(), and get_byte().

const uint8_t* LZOContext::in

Definition at line 34 of file lzo.c.

Referenced by av_lzo1x_decode(), copy(), and get_byte().

const uint8_t * LZOContext::in_end

Definition at line 34 of file lzo.c.

Referenced by av_lzo1x_decode(), copy(), and get_byte().

uint8_t * LZOContext::out

Definition at line 35 of file lzo.c.

Referenced by av_lzo1x_decode(), copy(), and copy_backptr().

uint8_t * LZOContext::out_end

Definition at line 35 of file lzo.c.

Referenced by av_lzo1x_decode(), copy(), and copy_backptr().

uint8_t* LZOContext::out_start

Definition at line 35 of file lzo.c.

Referenced by av_lzo1x_decode(), and copy_backptr().


The documentation for this struct was generated from the following file: