| FFmpeg
    | 
libschroedinger decoder private data More...

| Data Fields | |
| SchroVideoFormat * | format | 
| Schroedinger video format.  More... | |
| SchroFrameFormat | frame_format | 
| Schroedinger frame format.  More... | |
| SchroDecoder * | decoder | 
| decoder handle  More... | |
| FFSchroQueue | dec_frame_queue | 
| queue storing decoded frames  More... | |
| int | eos_signalled | 
| end of sequence signalled  More... | |
| int | eos_pulled | 
| end of sequence pulled  More... | |
Detailed Description
libschroedinger decoder private data
Definition at line 51 of file libschroedingerdec.c.
Field Documentation
| FFSchroQueue SchroDecoderParams::dec_frame_queue | 
queue storing decoded frames
Definition at line 62 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), libschroedinger_decode_init(), and libschroedinger_flush().
| SchroDecoder* SchroDecoderParams::decoder | 
decoder handle
Definition at line 59 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), libschroedinger_decode_init(), libschroedinger_flush(), and libschroedinger_handle_first_access_unit().
| int SchroDecoderParams::eos_pulled | 
end of sequence pulled
Definition at line 68 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_flush().
| int SchroDecoderParams::eos_signalled | 
end of sequence signalled
Definition at line 65 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_flush().
| SchroVideoFormat* SchroDecoderParams::format | 
Schroedinger video format.
Definition at line 53 of file libschroedingerdec.c.
Referenced by 7digital-python.lockerEndpoint.DownloadUrls::__init__(), libschroedinger_decode_close(), and libschroedinger_handle_first_access_unit().
| SchroFrameFormat SchroDecoderParams::frame_format | 
Schroedinger frame format.
Definition at line 56 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_handle_first_access_unit().
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