X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=fdc626585fe11935a41a3cb82b819a64fc0256da;hb=5963b81ab39d0509f42ed503cf5322147ebb1a7e;hp=7704410ec5d7f5feaadae43cd757a24b2a2f93a6;hpb=f1d22d113f924803ee0e0f33b81f0720f9378eae;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index 7704410..fdc6265 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -80,6 +80,9 @@ struct Flags { YCbCrInterpretation ycbcr_interpretation[MAX_VIDEO_CARDS]; bool transcode_video = true; // Kaeru only. bool transcode_audio = true; // Kaeru only. +#ifdef HAVE_CEF + bool use_cef = false; // Kaeru only. If true, then enable_audio must be false. +#endif bool enable_audio = true; // Kaeru only. If false, then transcode_audio is also false. bool use_zerocopy = false; // Not user-settable. bool fullscreen = false;