FFmpeg
Data Fields
GDVContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetByteContext gb
 
GetByteContext g2
 
PutByteContext pb
 
uint32_t pal [256]
 
uint8_t * frame
 
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 29 of file gdv.c.

Field Documentation

◆ avctx

AVCodecContext* GDVContext::avctx

Definition at line 30 of file gdv.c.

◆ gb

GetByteContext GDVContext::gb

Definition at line 32 of file gdv.c.

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

◆ g2

GetByteContext GDVContext::g2

Definition at line 33 of file gdv.c.

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

◆ pb

PutByteContext GDVContext::pb

Definition at line 34 of file gdv.c.

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

◆ pal [1/2]

uint32_t GDVContext::pal[256]

Definition at line 36 of file gdv.c.

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

◆ frame

uint8_t* GDVContext::frame

◆ frame_size

unsigned GDVContext::frame_size

Definition at line 38 of file gdv.c.

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

◆ scale_h

unsigned GDVContext::scale_h

Definition at line 39 of file gdv.c.

Referenced by gdv_decode_frame(), and rescale().

◆ scale_v

unsigned GDVContext::scale_v

Definition at line 39 of file gdv.c.

Referenced by gdv_decode_frame(), and rescale().

◆ is_first_video

int GDVContext::is_first_video

Definition at line 30 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

◆ is_audio

int GDVContext::is_audio

Definition at line 31 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

◆ audio_size

int GDVContext::audio_size

Definition at line 32 of file gdv.c.

Referenced by gdv_read_header(), and gdv_read_packet().

◆ audio_stream_index

int GDVContext::audio_stream_index

Definition at line 33 of file gdv.c.

◆ video_stream_index

int GDVContext::video_stream_index

Definition at line 34 of file gdv.c.

◆ pal [2/2]

unsigned GDVContext::pal[256]

Definition at line 35 of file gdv.c.


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