FFmpeg  1.2.12
Data Fields
SchroDecoderParams Struct Reference

libschroedinger decoder private data More...

Data Fields

SchroVideoFormat * format
 Schroedinger video format.
SchroFrameFormat frame_format
 Schroedinger frame format.
SchroDecoder * decoder
 decoder handle
FFSchroQueue dec_frame_queue
 queue storing decoded frames
int eos_signalled
 end of sequence signalled
int eos_pulled
 end of sequence pulled
AVFrame dec_frame
 decoded picture

Detailed Description

libschroedinger decoder private data

Definition at line 51 of file libschroedingerdec.c.

Field Documentation

AVFrame SchroDecoderParams::dec_frame

decoded picture

Definition at line 71 of file libschroedingerdec.c.

Referenced by libschroedinger_decode_close(), and libschroedinger_decode_frame().

FFSchroQueue SchroDecoderParams::dec_frame_queue
SchroDecoder* SchroDecoderParams::decoder
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 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: