summaryrefslogtreecommitdiffstats
path: root/video/decode/dec_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-21 20:19:39 +0200
committerwm4 <wm4@nowhere>2017-07-21 20:19:39 +0200
commit2378acc3b3e9825765c549e025bc1ca83064cced (patch)
tree186f115fad588eeccec369690cbd594788f8331a /video/decode/dec_video.h
parent533ff28574ef179524a1f25b0b145d92137457a7 (diff)
downloadmpv-2378acc3b3e9825765c549e025bc1ca83064cced.tar.bz2
mpv-2378acc3b3e9825765c549e025bc1ca83064cced.tar.xz
options: drop --video-aspect-method=hybrid
Remove this code because it could be argued that it contains GPL-only code (see commit 642e963c860 for details). The remaining aspect methods appear to work just as well, are potentially more compatible to other players, and the code becomes much simpler.
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r--video/decode/dec_video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h
index 8d1936e016..261f47fca8 100644
--- a/video/decode/dec_video.h
+++ b/video/decode/dec_video.h
@@ -72,7 +72,6 @@ struct dec_video {
double decoded_pts;
struct mp_image_params dec_format, last_format, fixed_format;
- float initial_decoder_aspect;
double start_pts;
double start, end;