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

Public Attributes

struct video_settings_enc_ctx_s video_settings_enc_ctx
 
int flag_zerolatency
 

Detailed Description

FFmpeg's x264 video encoder settings context structure.

Definition at line 50 of file ffmpeg_x264.c.

Member Data Documentation

int ffmpeg_x264_enc_settings_ctx_s::flag_zerolatency

Apply zero-latency tuning. Default value is 'false' (0).

Definition at line 60 of file ffmpeg_x264.c.

struct video_settings_enc_ctx_s ffmpeg_x264_enc_settings_ctx_s::video_settings_enc_ctx

Generic video encoder settings. MUST be the first field in order to be able to cast to video_settings_enc_ctx_s.

Definition at line 56 of file ffmpeg_x264.c.


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