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