|
FFmpeg
|
The structure stores all the states associated with the instance of Xeve MPEG-5 EVC decoder. More...
Data Fields | |
| XEVD | id |
| XEVD_CDSC | cdsc |
| int | draining_mode |
| AVPacket * | pkt |
The structure stores all the states associated with the instance of Xeve MPEG-5 EVC decoder.
| XEVD XevdContext::id |
Definition at line 49 of file libxevd.c.
Referenced by export_stream_params(), libxevd_close(), libxevd_init(), and libxevd_receive_frame().
| XEVD_CDSC XevdContext::cdsc |
Definition at line 50 of file libxevd.c.
Referenced by libxevd_init().
| int XevdContext::draining_mode |
Definition at line 54 of file libxevd.c.
Referenced by libxevd_close(), libxevd_init(), and libxevd_receive_frame().
| AVPacket* XevdContext::pkt |
Definition at line 56 of file libxevd.c.
Referenced by libxevd_close(), libxevd_init(), and libxevd_receive_frame().
1.8.17