X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=4d990f8511d7a2fb7567fb2195a0e31c5c2a2e16;hb=f1a8ab7eb34a89a104093c3931b1d51fcb2684e6;hp=09337d13b9e12513d307e395dd9cd1bf8c4f42ae;hpb=9b7d691b4cc5db7dbfc18c82e86c1207fcac4722;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index 09337d1..4d990f8 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -67,6 +67,7 @@ struct Flags { 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. }; extern Flags global_flags;