X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fffmpeg_capture.h;h=b0a1be2d542ce3b231bb4efe1263f43793c8b424;hb=eaba7288c4fb39ca195c9355970293bcaf088dbc;hp=31e94ab41fefc103b150b5319877554450dfa720;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/nageru/ffmpeg_capture.h b/nageru/ffmpeg_capture.h index 31e94ab..b0a1be2 100644 --- a/nageru/ffmpeg_capture.h +++ b/nageru/ffmpeg_capture.h @@ -255,6 +255,7 @@ private: int sws_last_width = -1, sws_last_height = -1, sws_last_src_format = -1; AVPixelFormat sws_dst_format = AVPixelFormat(-1); // In practice, always initialized. AVRational video_timebase, audio_timebase; + bool is_mjpeg = false; QuittableSleeper producer_thread_should_quit; std::thread producer_thread;