|
MediaProcessors
|

Public Attributes | |
| struct ffmpeg_video_enc_ctx_s | ffmpeg_video_enc_ctx |
| volatile struct ffmpeg_m2v_enc_settings_ctx_s | ffmpeg_m2v_enc_settings_ctx |
FFmpeg's MPEG-2 video encoder wrapper context structure.
Definition at line 61 of file ffmpeg_m2v.c.
| volatile struct ffmpeg_m2v_enc_settings_ctx_s ffmpeg_m2v_enc_ctx_s::ffmpeg_m2v_enc_settings_ctx |
MPEG-2 video encoder settings. This structure extends (thus can be casted to) video_settings_enc_ctx_t.
Definition at line 72 of file ffmpeg_m2v.c.
| struct ffmpeg_video_enc_ctx_s ffmpeg_m2v_enc_ctx_s::ffmpeg_video_enc_ctx |
Generic FFmpeg's video encoder structure. MUST be the first field in order to be able to cast to both ffmpeg_video_enc_ctx_t or proc_ctx_t.
Definition at line 67 of file ffmpeg_m2v.c.
1.8.11