X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmjpeg_encoder.h;fp=nageru%2Fmjpeg_encoder.h;h=6e0357f0c0f32bd4a862ece103bb74d3bb7b50e5;hb=23da824e1d61e37fbe0cc1c0f4d32052022a50ba;hp=aee1b9bf52f0da0891df85313a878635d2bb6bf3;hpb=3ebd09c3607db65e9eb7a5ff77b76ab709c9ec0f;p=nageru diff --git a/nageru/mjpeg_encoder.h b/nageru/mjpeg_encoder.h index aee1b9b..6e0357f 100644 --- a/nageru/mjpeg_encoder.h +++ b/nageru/mjpeg_encoder.h @@ -39,12 +39,6 @@ public: ~MJPEGEncoder(); void stop(); void upload_frame(int64_t pts, unsigned card_index, RefCountedFrame frame, const bmusb::VideoFormat &video_format, size_t y_offset, size_t cbcr_offset); - - // If the frame was started (data_copy != nullptr) but will not be finished - // (MJPEG decoding was turned off in the meantime), you'll need to call finish_frame() - // to release any VA-API resources. - void finish_frame(RefCountedFrame frame); - bool using_vaapi() const { return va_dpy != nullptr; } // Returns -1 for inactive (ie., don't encode frames for this card right now).