| FFmpeg
    | 
Ir2Context Struct Reference
  
Collaboration diagram for Ir2Context:

| Data Fields | |
| AVCodecContext * | avctx | 
| AVFrame | picture | 
| GetBitContext | gb | 
| int | decode_delta | 
Detailed Description
Field Documentation
| AVCodecContext* Ir2Context::avctx | 
Definition at line 36 of file indeo2.c.
Referenced by ir2_decode_frame(), and ir2_decode_init().
| int Ir2Context::decode_delta | 
Definition at line 39 of file indeo2.c.
Referenced by ir2_decode_frame().
| GetBitContext Ir2Context::gb | 
Definition at line 38 of file indeo2.c.
Referenced by ir2_decode_frame(), ir2_decode_plane(), and ir2_decode_plane_inter().
| AVFrame Ir2Context::picture | 
Definition at line 37 of file indeo2.c.
Referenced by ir2_decode_end(), ir2_decode_frame(), and ir2_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