MediaProcessors
Public Attributes | List of all members
ffmpeg_mlhe_dec_ctx_s Struct Reference
Collaboration diagram for ffmpeg_mlhe_dec_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct ffmpeg_video_dec_ctx_s ffmpeg_video_dec_ctx
 
volatile struct ffmpeg_mlhe_dec_settings_ctx_s ffmpeg_mlhe_dec_settings_ctx
 

Detailed Description

FFmpeg's MLHE video decoder wrapper context structure.

Definition at line 90 of file ffmpeg_lhe.c.

Member Data Documentation

volatile struct ffmpeg_mlhe_dec_settings_ctx_s ffmpeg_mlhe_dec_ctx_s::ffmpeg_mlhe_dec_settings_ctx

MLHE video decoder settings. This structure extends (thus can be casted to) video_settings_dec_ctx_t.

Definition at line 101 of file ffmpeg_lhe.c.

struct ffmpeg_video_dec_ctx_s ffmpeg_mlhe_dec_ctx_s::ffmpeg_video_dec_ctx

Generic FFmpeg's video decoder structure. MUST be the first field in order to be able to cast to both ffmpeg_video_dec_ctx_t or proc_ctx_t.

Definition at line 96 of file ffmpeg_lhe.c.


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