MediaProcessors
|
FFmpeg mpeg-2 video encoder and decoder wrappers. More...
Go to the source code of this file.
Typedefs | |
typedef struct proc_if_s | proc_if_t |
Variables | |
const proc_if_t | proc_if_ffmpeg_m2v_enc |
const proc_if_t | proc_if_ffmpeg_m2v_dec |
FFmpeg mpeg-2 video encoder and decoder wrappers.
Definition in file ffmpeg_m2v.h.
const proc_if_t proc_if_ffmpeg_m2v_dec |
Processor interface implementing the FFmpeg wrapper of the MPEG-2 video decoder.
Definition at line 165 of file ffmpeg_m2v.c.
const proc_if_t proc_if_ffmpeg_m2v_enc |
Processor interface implementing the FFmpeg wrapper of the MPEG-2 video encoder.
Definition at line 145 of file ffmpeg_m2v.c.