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

Public Attributes

struct ffmpeg_video_enc_ctx_s ffmpeg_video_enc_ctx
 
volatile struct ffmpeg_x264_enc_settings_ctx_s ffmpeg_x264_enc_settings_ctx
 

Detailed Description

FFmpeg's x264 video encoder wrapper context structure.

Definition at line 66 of file ffmpeg_x264.c.

Member Data Documentation

struct ffmpeg_video_enc_ctx_s ffmpeg_x264_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 72 of file ffmpeg_x264.c.

volatile struct ffmpeg_x264_enc_settings_ctx_s ffmpeg_x264_enc_ctx_s::ffmpeg_x264_enc_settings_ctx

x264 video encoder settings. This structure extends (thus can be casted to) video_settings_enc_ctx_t.

Definition at line 77 of file ffmpeg_x264.c.


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