summaryrefslogtreecommitdiffstats
path: root/TOOLS/matroska.py
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-16 04:49:44 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-16 05:14:25 +0300
commit96312757c5d02d663b4d56471cd7b00e0066318f (patch)
tree40cc37f448291c6173cea6d53ba5fcf049ae4d7d /TOOLS/matroska.py
parent266e0341bafc90b199fa7674a5044ba85428f5bf (diff)
downloadmpv-96312757c5d02d663b4d56471cd7b00e0066318f.tar.bz2
mpv-96312757c5d02d663b4d56471cd7b00e0066318f.tar.xz
vd_ffmpeg: fix aspect ratio problems with recent FFmpeg
The code left ctx->last_sample_aspect_ratio at 0/0 when allocating a context. In older FFmpeg versions av_cmp_q() against 0/0 always said the numbers are equal; but this changed recently, triggering incorrect overwrite of container aspect ratio. The logic looks like it'd need further fixes, but for now just initialize last_sample_aspect_ratio to 0/1; this should restore the previous behavior from before FFmpeg changes, which worked well enough for the most common cases.
Diffstat (limited to 'TOOLS/matroska.py')
0 files changed, 0 insertions, 0 deletions