Searched refs:bsf_options (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | tee.c | 159 AVDictionary *options = NULL, *bsf_options = NULL; in open_slave() local 201 av_dict_set(&bsf_options, entry->key + 4, entry->value, 0); in open_slave() 318 while (entry = av_dict_get(bsf_options, "", NULL, AV_DICT_IGNORE_SUFFIX)) { in open_slave() 359 av_dict_set(&bsf_options, entry->key, NULL, 0); in open_slave() 405 av_dict_free(&bsf_options); in open_slave()
|
Completed in 1 milliseconds