summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-28 19:39:33 +0200
committerwm4 <wm4@nowhere>2016-03-28 19:39:33 +0200
commitd73d5327b38f2a5ac46af25a3709fbd50776d5b7 (patch)
tree77e20249f3c2f796a4745f971fad5e70e3b61ca7 /demux/demux.c
parentcdd30fd0abaa6e4773032b96568d23440417edb1 (diff)
downloadmpv-d73d5327b38f2a5ac46af25a3709fbd50776d5b7.tar.bz2
mpv-d73d5327b38f2a5ac46af25a3709fbd50776d5b7.tar.xz
player: fix breakage when combining 3D and rotate auto-filters
This would get stuck in reconfiguring the filter chain forever, because params was mutated ("params.rotate = 0;"). This was used as input for vf_reconfig(), but the filter chain input must always be equivalent to the decoder output, or filter chain reconfiguration will be triggered. The line of code to reset the rotation is from a time when this used to work differently. Also remove the unnecessary try_filter() parameter.
Diffstat (limited to 'demux/demux.c')
0 files changed, 0 insertions, 0 deletions