Home
last modified time | relevance | path

Searched refs:tc_opt_str (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg12enc.c222 if (s->tc_opt_str) { in encode_init()
224 int ret = av_timecode_init_from_string(&s->tc, rate, s->tc_opt_str, s); in encode_init()
1136 OFFSET(tc_opt_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, VE },\
Dmpegvideo.h505 char *tc_opt_str; ///< timecode option string member