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

Function assert_avoptions

ffmpeg-single-cmd/src/main/cpp/ffmpeg_mod.c:632–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void assert_avoptions(AVDictionary *m)
633{
634 AVDictionaryEntry *t;
635 if ((t = av_dict_get(m, "", NULL, AV_DICT_IGNORE_SUFFIX))) {
636 av_log(NULL, AV_LOG_FATAL, "Option %s not found.\n", t->key);
637 exit_program(1);
638 }
639}
640
641static void abort_codec_experimental(AVCodec *c, int encoder)
642{

Callers 3

open_input_fileFunction · 0.85
init_input_streamFunction · 0.85
init_output_streamFunction · 0.85

Calls 1

exit_programFunction · 0.85

Tested by

no test coverage detected