MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / check_stream_specifier

Function check_stream_specifier

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:1995–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1993}
1994
1995int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec)
1996{
1997 int ret = avformat_match_stream_specifier(s, st, spec);
1998 if (ret < 0)
1999 av_log(s, AV_LOG_ERROR, "Invalid stream specifier: %s.\n", spec);
2000 return ret;
2001}
2002
2003AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
2004 AVFormatContext *s, AVStream *st, AVCodec *codec)

Callers 6

init_input_filterFunction · 0.85
opt_mapFunction · 0.85
ffmpeg_opt.cFile · 0.85
open_input_fileFunction · 0.85
open_output_fileFunction · 0.85
filter_codec_optsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected