X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=caad05a5088e4402081cbc14d2cad3414a5412c8;hb=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=a401dbf53a3e875572d48a9dbf1862935f60bc2f;hpb=0aab96d4c270758b72cb09606ce183b41588c746;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index a401dbf..caad05a 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -66,7 +66,6 @@ struct Flags { 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. };