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 0b0cf0a32a..2fdfae41f1 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -32,7 +32,6 @@ typedef struct lavc_ctx {
int best_csp;
struct mp_image_params image_params;
struct mp_image_params vo_image_params;
- AVRational last_sample_aspect_ratio;
enum AVDiscard skip_frame;
const char *software_fallback_decoder;