X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=caad05a5088e4402081cbc14d2cad3414a5412c8;hb=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=3586500c3057232f5f35d3502b4e6f741f774b99;hpb=7afceebf4b8feb5e72fb4b894686deb2b7527502;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index 3586500..caad05a 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -63,9 +63,9 @@ struct Flags { bool ten_bit_output = false; // Implies x264_video_to_disk == true and x264_bit_depth == 10. YCbCrInterpretation ycbcr_interpretation[MAX_VIDEO_CARDS]; bool transcode_audio = true; // Kaeru only. + bool enable_audio = true; // Kaeru only. If false, then transcode_audio is also false. int x264_bit_depth = 8; // Not user-settable. bool use_zerocopy = false; // Not user-settable. - bool can_disable_srgb_decoder = false; // Not user-settable. bool fullscreen = false; std::map card_to_mjpeg_stream_export; // If a card is not in the map, it is not exported. };