X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=4d990f8511d7a2fb7567fb2195a0e31c5c2a2e16;hb=ec67a4b205b93f3d260470485949b29abac6ad21;hp=09337d13b9e12513d307e395dd9cd1bf8c4f42ae;hpb=7cd8d9079f89d091f3332de1cdfee46136d2d74f;p=nageru diff --git a/flags.h b/flags.h index 09337d1..4d990f8 100644 --- a/flags.h +++ b/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;