summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-25 21:17:48 +0200
committerwm4 <wm4@nowhere>2015-05-25 21:43:20 +0200
commit449cdfc0ffc365b121136f5b93907a8f219fedb6 (patch)
tree4962095441d398fec5f6aec5849b4380e7721352 /video/decode/lavc.h
parent3fc3357d549e7bc633f6a196c0cb9e8aa5cbf87a (diff)
downloadmpv-449cdfc0ffc365b121136f5b93907a8f219fedb6.tar.bz2
mpv-449cdfc0ffc365b121136f5b93907a8f219fedb6.tar.xz
vd_lavc: report actually used hwdec API
Instead of the requested one, which can be just "auto", and which is rather useless.
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;