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, 1 insertions, 1 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index db8b26eefa..d225195c9d 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -21,7 +21,7 @@ typedef struct lavc_ctx {
int best_csp;
enum AVDiscard skip_frame;
bool flushing;
- const char *software_fallback_decoder;
+ const char *decoder;
bool hwdec_failed;
bool hwdec_notified;