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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index f2ac5691d2..769d20b0df 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -63,7 +63,8 @@ struct vd_lavc_hwdec {
void (*uninit)(struct lavc_ctx *ctx);
struct mp_image *(*allocate_image)(struct lavc_ctx *ctx, int fmt,
int w, int h);
- void (*fix_image)(struct lavc_ctx *ctx, struct mp_image *img);
+ // Process the image returned by the libavcodec decoder.
+ struct mp_image *(*process_image)(struct lavc_ctx *ctx, struct mp_image *img);
};
enum {