X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru%2Fmjpeg_encoder.h;h=330784bd94a30121cf30f9b3c7a5bfb1d48d2883;hp=93394db3a5cc476b12c0935a8e4bd0e93d9641a8;hb=0c7201c2d136870ea8c5fe205bee21207369312c;hpb=1a7e004368f4f5221e91bf53e17a8c0f7e1ceeb8 diff --git a/nageru/mjpeg_encoder.h b/nageru/mjpeg_encoder.h index 93394db..330784b 100644 --- a/nageru/mjpeg_encoder.h +++ b/nageru/mjpeg_encoder.h @@ -190,8 +190,6 @@ private: VAResources get_va_resources(unsigned width, unsigned height, uint32_t fourcc); void release_va_resources(VAResources resources); - static std::unique_ptr try_open_va(const std::string &va_display, std::string *error, VAConfigID *config_id_422, VAConfigID *config_id_420); - uint8_t *tmp_y, *tmp_cbcr, *tmp_cb, *tmp_cr; // Private to the encoder thread. Used by the libjpeg backend only. std::atomic metric_mjpeg_frames_zero_size_dropped{0};