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

Function opt_video_codec

ffmpeg.c:2817–2820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2815}
2816
2817static void opt_video_codec(const char *arg)
2818{
2819 opt_codec(&video_stream_copy, &video_codec_name, AVMEDIA_TYPE_VIDEO, arg);
2820}
2821
2822static void opt_subtitle_codec(const char *arg)
2823{

Callers 2

opt_targetFunction · 0.70
opt_presetFunction · 0.70

Calls 1

opt_codecFunction · 0.85

Tested by

no test coverage detected