diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-26 17:56:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-26 17:57:51 +0200 |
commit | 815350a5cafcb734c6485084fd9424b79a2ae839 (patch) | |
tree | ee937196d5da9a10d1ac327d556b7b70b4255da6 /src/main.cpp | |
parent | 23fd8065b6206ff228fe265df99ef53344e537b8 (diff) |
Support surround sound for application audio capture, support unlimited links5.5.5
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index fa36fe0..6e59364 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -649,7 +649,6 @@ static void video_software_set_qp(AVCodecContext *codec_context, gsr_video_quali } static void open_video_software(AVCodecContext *codec_context, const args_parser &arg_parser) { - const gsr_color_depth color_depth = video_codec_to_bit_depth(arg_parser.video_codec); const bool hdr = video_codec_is_hdr(arg_parser.video_codec); AVDictionary *options = nullptr; |