MCPcopy 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
2794static void opt_audio_codec(const char *arg)
2795{
2796 opt_codec(&audio_stream_copy, &audio_codec_name, AVMEDIA_TYPE_AUDIO, arg);
2797}
2798
2799static void opt_audio_tag(const char *arg)
2800{

Callers 2

opt_targetFunction · 0.70
opt_presetFunction · 0.70

Calls 1

opt_codecFunction · 0.85

Tested by

no test coverage detected