lavc audio: print available encoders/decoders

This commit is contained in:
Martin Pulec
2023-10-24 15:01:54 +02:00
parent ff5ca386e6
commit 53fad82f7e
2 changed files with 68 additions and 5 deletions

View File

@@ -152,8 +152,8 @@ void list_audio_codecs(void) {
col() << SBOLD("\t" << get<0>(it).name)
<< (notes.empty() ? "" : " - ") << notes << "\n";
}
col()
<< "\nCodecs marked as \"deprecated\" may be removed in future.\n";
col() << "\nCodecs marked as \"deprecated\" may be removed in future.\n"
"Codec coder marked with '*' is default.\n";
}
struct audio_codec_state *audio_codec_init(audio_codec_t audio_codec,