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

Data Fields

AVCodecContextavctx
 
GetByteContext gb
 
GetByteContext g2
 
PutByteContext pb
 
uint32_t pal [256]
 
uint8_tframe
 
unsigned frame_size
 
unsigned scale_h
 
unsigned scale_v
 
int is_first_video
 
int is_audio
 
int audio_size
 
int audio_stream_index
 
int video_stream_index
 
unsigned pal [256]
 

Detailed Description

Definition at line 28 of file gdv.c.

Field Documentation

AVCodecContext* GDVContext::avctx

Definition at line 29 of file gdv.c.

GetByteContext GDVContext::gb

Definition at line 31 of file gdv.c.

Referenced by decompress_2(), decompress_5(), decompress_68(), and gdv_decode_frame().

GetByteContext GDVContext::g2

Definition at line 32 of file gdv.c.

Referenced by decompress_2(), decompress_5(), and decompress_68().

PutByteContext GDVContext::pb

Definition at line 33 of file gdv.c.

Referenced by decompress_2(), decompress_5(), decompress_68(), and gdv_decode_frame().

uint32_t GDVContext::pal[256]

Definition at line 35 of file gdv.c.

Referenced by gdv_decode_frame(), gdv_read_header(), and gdv_read_packet().

uint8_t* GDVContext::frame
unsigned GDVContext::frame_size

Definition at line 37 of file gdv.c.

Referenced by decompress_2(), decompress_5(), decompress_68(), gdv_decode_frame(), and gdv_decode_init().

unsigned GDVContext::scale_h

Definition at line 38 of file gdv.c.

Referenced by gdv_decode_frame(), and rescale().

unsigned GDVContext::scale_v

Definition at line 38 of file gdv.c.

Referenced by gdv_decode_frame(), and rescale().

int GDVContext::is_first_video

Definition at line 29 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

int GDVContext::is_audio

Definition at line 30 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

int GDVContext::audio_size

Definition at line 31 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

int GDVContext::audio_stream_index

Definition at line 32 of file gdv.c.

int GDVContext::video_stream_index

Definition at line 33 of file gdv.c.

unsigned GDVContext::pal[256]

Definition at line 34 of file gdv.c.


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