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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index eaddd4abc2..b1fc39a191 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -15,7 +15,6 @@ typedef struct lavc_ctx {
AVCodecContext *avctx;
AVFrame *pic;
struct vd_lavc_hwdec *hwdec;
- int selected_hwdec;
enum AVPixelFormat pix_fmt;
int best_csp;
enum AVDiscard skip_frame;