Add support for AAC audio codec

Add option --audio-codec=aac.
This commit is contained in:
Romain Vimont
2023-02-18 19:30:36 +01:00
parent 9da5285561
commit 6f5326a4bf
8 changed files with 16 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ enum sc_codec {
SC_CODEC_H265,
SC_CODEC_AV1,
SC_CODEC_OPUS,
SC_CODEC_AAC,
};
enum sc_lock_video_orientation {