X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vaapi_jpeg_decoder.h;h=4182cfc3d0405c66208093d0de540d360861f83e;hb=3795723be95f2fe82f3c8b8b45b1a905b2c811fd;hp=2009a567fc343bceb1ab3ce581dce147a946efaf;hpb=fba9223dd99865e3cb90dc353f928ac3da3ac81e;p=nageru diff --git a/vaapi_jpeg_decoder.h b/vaapi_jpeg_decoder.h index 2009a56..4182cfc 100644 --- a/vaapi_jpeg_decoder.h +++ b/vaapi_jpeg_decoder.h @@ -19,7 +19,7 @@ std::unique_ptr va_open_display(const std::string &va_disp std::string get_usable_va_display(); void init_jpeg_vaapi(); -std::shared_ptr decode_jpeg_vaapi(const std::string &filename); +std::shared_ptr decode_jpeg_vaapi(const std::string &jpeg); extern bool vaapi_jpeg_decoding_usable;