Searched refs:avio_open_dir (Results 1 – 4 of 4) sorted by relevance
64 if ((ret = avio_open_dir(&ctx, input_dir, NULL)) < 0) { in list_op()
354 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options);
531 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options) in avio_open_dir() function
1344 Add avio_open_dir(), avio_read_dir(), avio_close_dir(), avio_free_directory_entry().