|
FFmpeg
4.4.6
|
Data Fields | |
| AVCodecContext * | avctx |
| AVFrame * | frame |
| int | num_pal_colors |
| int | first_color [2] |
| int | frame_data_length |
| uint8_t * | low_nibble |
| uint8_t * | srcptr |
| uint8_t * | src_end |
| uint8_t * | dstptr |
| uint8_t * | dstbuf |
| AVPacket | video_packet |
| int | odd_frame |
| int | frame_size |
| int | audio_block_length |
| int | palette_size |
| AVCodecContext* YopDecContext::avctx |
| AVPacket YopDecContext::video_packet |
Definition at line 31 of file yop.c.
Referenced by yop_read_close(), yop_read_packet(), and yop_read_seek().
| int YopDecContext::odd_frame |
Definition at line 33 of file yop.c.
Referenced by yop_read_packet(), and yop_read_seek().
| int YopDecContext::frame_size |
Definition at line 34 of file yop.c.
Referenced by yop_read_header(), yop_read_packet(), and yop_read_seek().
| int YopDecContext::audio_block_length |
Definition at line 35 of file yop.c.
Referenced by yop_read_header(), and yop_read_packet().
| int YopDecContext::palette_size |
Definition at line 36 of file yop.c.
Referenced by yop_read_header(), and yop_read_packet().