Searched refs:match_stream_specifier (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avformat.c | 422 static int match_stream_specifier(const AVFormatContext *s, const AVStream *st, in match_stream_specifier() function 554 ret = match_stream_specifier(s, st, spec, &indexptr, &p); in avformat_match_stream_specifier() 575 ret = match_stream_specifier(s, candidate, spec, NULL, NULL); in avformat_match_stream_specifier()
|
Completed in 2 milliseconds