Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ opt_audio_codec
Function
opt_audio_codec
ffmpeg.c:2794–2797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2792
}
2793
2794
static void opt_audio_codec(const char *arg)
2795
{
2796
opt_codec(&audio_stream_copy, &audio_codec_name, AVMEDIA_TYPE_AUDIO, arg);
2797
}
2798
2799
static void opt_audio_tag(const char *arg)
2800
{
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