summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index caa6200121..b427ae17a2 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -101,8 +101,6 @@ struct vd_lavc_hwdec {
// The returned device will be freed with mp_hwdec_ctx->destroy.
struct mp_hwdec_ctx *(*create_dev)(struct mpv_global *global,
struct mp_log *log, bool probing);
- // Optional. Fill in special hwaccel- and codec-specific requirements.
- void (*hwframes_refine)(struct lavc_ctx *ctx, AVBufferRef *hw_frames_ctx);
// Suffix for libavcodec decoder. If non-NULL, the codec is overridden
// with hwdec_find_decoder.
// Intuitively, this will force the corresponding wrapper decoder.