Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/plumbing/
H A Dtranscoding.c195 av_dict_set_int__(AVDictionary **opts, const char *key, int64_t val, int flags) in av_dict_set_int__() function
1323av_dict_set_int__(&opts, "crf", t->t_props.tp_vbitrate == 0 ? 15 : t->t_props.tp_vbitrate, 0); in transcoder_stream_video()
1356av_dict_set_int__(&opts, "crf", t->t_props.tp_vbitrate == 0 ? 15 : MIN(51, t->t_props.tp_vbit… in transcoder_stream_video()
1388av_dict_set_int__(&opts, "crf", t->t_props.tp_vbitrate == 0 ? 18 : MIN(51, t->t_props.tp_vbitrate)… in transcoder_stream_video()
1409 av_dict_set_int__(&opts, "x265-params", bufsize, AV_DICT_APPEND); in transcoder_stream_video()
1411 av_dict_set_int__(&opts, "x265-params", maxrate, AV_DICT_APPEND); in transcoder_stream_video()