FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LZOContext Struct Reference

Data Fields

const uint8_tin
 
const uint8_tin_end
 
uint8_tout_start
 
uint8_tout
 
uint8_tout_end
 
int error
 

Detailed Description

Definition at line 34 of file lzo.c.

Field Documentation

const uint8_t* LZOContext::in

Definition at line 35 of file lzo.c.

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

const uint8_t * LZOContext::in_end

Definition at line 35 of file lzo.c.

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

uint8_t* LZOContext::out_start

Definition at line 36 of file lzo.c.

Referenced by av_lzo1x_decode(), and copy_backptr().

uint8_t * LZOContext::out

Definition at line 36 of file lzo.c.

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

uint8_t * LZOContext::out_end

Definition at line 36 of file lzo.c.

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

int LZOContext::error

Definition at line 37 of file lzo.c.

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


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