Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2817
static void opt_video_codec(const char *arg)
2818
{
2819
opt_codec(&video_stream_copy, &video_codec_name, AVMEDIA_TYPE_VIDEO, arg);
2820
}
2821
2822
static void opt_subtitle_codec(const char *arg)
2823
{
Callers
2
opt_target
Function · 0.70
opt_preset
Function · 0.70
Calls
1
opt_codec
Function · 0.85
Tested by
no test coverage detected