summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 15:05:46 +0100
committerwm4 <wm4@nowhere>2014-03-16 15:05:46 +0100
commit2963d84a9b716bea0140e5bbf76898d3e9bc87b0 (patch)
tree054723e78f5f464dfb88774fc36dd406ca6b1c7c /video/decode/lavc.h
parent269c1e1f41f6daf4ff17ffd47f5dfe78884b8ec7 (diff)
downloadmpv-2963d84a9b716bea0140e5bbf76898d3e9bc87b0.tar.bz2
mpv-2963d84a9b716bea0140e5bbf76898d3e9bc87b0.tar.xz
vd_lavc: remove unused field
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 954b2c852f..35c66fc19b 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -27,7 +27,6 @@ typedef struct lavc_ctx {
AVFrame *pic;
struct vd_lavc_hwdec *hwdec;
enum AVPixelFormat pix_fmt;
- int do_hw_dr1;
int best_csp;
enum AVDiscard skip_frame;
const char *software_fallback_decoder;