| FFmpeg
    | 
EightBpsContext Struct Reference
  
Collaboration diagram for EightBpsContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| unsigned char | planes | 
| unsigned char | planemap [4] | 
| uint32_t | pal [256] | 
Detailed Description
Field Documentation
| AVCodecContext* EightBpsContext::avctx | 
Definition at line 48 of file 8bps.c.
Referenced by decode_init().
| uint32_t EightBpsContext::pal[256] | 
Definition at line 53 of file 8bps.c.
Referenced by decode_frame().
| unsigned char EightBpsContext::planemap[4] | 
Definition at line 51 of file 8bps.c.
Referenced by decode_frame(), and decode_init().
| unsigned char EightBpsContext::planes | 
Definition at line 50 of file 8bps.c.
Referenced by decode_frame(), and decode_init().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11