Home
last modified time | relevance | path

Searched refs:s12m_tc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.h217 int s12m_tc; member
Dnvenc_hevc.c151 …{ "s12m_tc", "Use timecode (if available)", OFFSET(s12m_tc), AV_OPT_TYPE_BOOL, {…
Dnvenc.c2244 if (ctx->s12m_tc && av_frame_get_side_data(frame, AV_FRAME_DATA_S12M_TIMECODE)) { in nvenc_send_frame()