| FFmpeg
    | 
MsrleContext Struct Reference
  
Collaboration diagram for MsrleContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| AVFrame | frame | 
| GetByteContext | gb | 
| const unsigned char * | buf | 
| int | size | 
| uint32_t | pal [256] | 
Detailed Description
Field Documentation
| AVCodecContext* MsrleContext::avctx | 
Definition at line 40 of file msrle.c.
Referenced by msrle_decode_init().
| const unsigned char* MsrleContext::buf | 
Definition at line 44 of file msrle.c.
Referenced by msrle_decode_frame().
| AVFrame MsrleContext::frame | 
Definition at line 41 of file msrle.c.
Referenced by msrle_decode_end(), msrle_decode_frame(), and msrle_decode_init().
| GetByteContext MsrleContext::gb | 
Definition at line 43 of file msrle.c.
Referenced by msrle_decode_frame().
| uint32_t MsrleContext::pal[256] | 
Definition at line 47 of file msrle.c.
Referenced by msrle_decode_frame(), and msrle_decode_init().
| int MsrleContext::size | 
Definition at line 45 of file msrle.c.
Referenced by msrle_decode_frame().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11