MediaProcessors
Public Attributes | List of all members
ffmpeg_video_dec_ctx_s Struct Reference

#include <ffmpeg_video.h>

Collaboration diagram for ffmpeg_video_dec_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct proc_ctx_s proc_ctx
 
const AVCodec * avcodec
 
AVCodecContext * avcodecctx
 

Detailed Description

FFmpeg video decoding common context structure.

Definition at line 97 of file ffmpeg_video.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: