11 struct surface_descriptor_t;
21 std::unique_ptr<platf::avcodec_encode_device_t>
22 make_avcodec_encode_device(
int width,
int height,
bool vram);
23 std::unique_ptr<platf::avcodec_encode_device_t>
24 make_avcodec_encode_device(
int width,
int height,
int offset_x,
int offset_y,
bool vram);
25 std::unique_ptr<platf::avcodec_encode_device_t>
26 make_avcodec_encode_device(
int width,
int height, file_t &&card,
int offset_x,
int offset_y,
bool vram);
Declarations for common platform specific utilities.
Miscellaneous declarations for Linux.