MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / opt_subtitle_codec

Function opt_subtitle_codec

ffmpeg.c:2822–2825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2820}
2821
2822static void opt_subtitle_codec(const char *arg)
2823{
2824 opt_codec(&subtitle_stream_copy, &subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, arg);
2825}
2826
2827static void opt_subtitle_tag(const char *arg)
2828{

Callers 1

opt_presetFunction · 0.85

Calls 1

opt_codecFunction · 0.85

Tested by

no test coverage detected