| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVCodecContext * | avctx | 
| 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] | 
| AVCodecContext* GDVContext::avctx | 
| 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 | 
Definition at line 36 of file gdv.c.
Referenced by decompress_2(), decompress_5(), decompress_68(), gdv_decode_close(), gdv_decode_frame(), and gdv_decode_init().
| 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().
 1.8.6