X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=4d990f8511d7a2fb7567fb2195a0e31c5c2a2e16;hb=bf30d7ade52ca87510a021147c3d32d55fcf813d;hp=09337d13b9e12513d307e395dd9cd1bf8c4f42ae;hpb=392f9d1ccb835c05a3874c4bea163788b2c37024;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;