summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-23 21:40:51 +0100
committerwm4 <wm4@nowhere>2013-11-23 21:40:51 +0100
commitde68b8f23c8cfbf5967aa73b08835f75ac0f152e (patch)
tree828f8d20f24fd52ddade4e2f0020d5eefd1e9491 /video/decode/lavc.h
parent215b3cedda95786392fd1064155f3e39d9b7c662 (diff)
downloadmpv-de68b8f23c8cfbf5967aa73b08835f75ac0f152e.tar.bz2
mpv-de68b8f23c8cfbf5967aa73b08835f75ac0f152e.tar.xz
video: move handling of container vs. stream AR out of vd_lavc.c
Now the actual decoder doesn't need to care about this anymore, and it's handled in generic code instead. This simplifies vd_lavc.c, and in particular we don't need to detect format changes in the old way anymore.
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;