MediaProcessors
|
#include <ffmpeg_video.h>
Public Attributes | |
struct proc_ctx_s | proc_ctx |
const AVCodec * | avcodec |
AVCodecContext * | avcodecctx |
FFmpeg video decoding common context structure.
Definition at line 97 of file ffmpeg_video.h.
const AVCodec* ffmpeg_video_dec_ctx_s::avcodec |
FFmpeg's static CODEC context structure characterizing video decoder.
Definition at line 106 of file ffmpeg_video.h.
AVCodecContext* ffmpeg_video_dec_ctx_s::avcodecctx |
FFmpeg's decoder instance context structure.
Definition at line 110 of file ffmpeg_video.h.
struct proc_ctx_s ffmpeg_video_dec_ctx_s::proc_ctx |
Generic processor context structure. MUST be the first field in order to be able to cast to proc_ctx_t.
Definition at line 102 of file ffmpeg_video.h.