mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
hwdec: remove unused fields
These were replaced by a different mechanism, but the old fields weren't removed.
This commit is contained in:
@@ -15,12 +15,6 @@ struct mp_hwdec_ctx {
|
||||
|
||||
// List of IMGFMT_s, terminated with 0. NULL if N/A.
|
||||
int *supported_formats;
|
||||
|
||||
// Hint to generic code: it's using a wrapper API
|
||||
bool emulated;
|
||||
|
||||
// Optional. Do not set for VO-bound devices.
|
||||
void (*destroy)(struct mp_hwdec_ctx *ctx);
|
||||
};
|
||||
|
||||
// Used to communicate hardware decoder device handles from VO to video decoder.
|
||||
|
||||
Reference in New Issue
Block a user