GNOME Bugzilla – Bug 654744
matroskademux: fix aspect ratio if header has only onle display variable set
Last modified: 2011-07-16 23:17:12 UTC
Current matrosca demuxe calculate aspectratio only if both, DisplayHeight and DisplayWidth are set. But it is legal to use only one variable if second is equal to PixelWidth or PixelHeight. At least mkclean doint that. So this make mkcleaned files plays correct.
Created attachment 192092 [details] [review] patch v1
Thanks for the patch: commit 69c14012c9585780a9fd69c73f80d13f7917432d Author: Alexey Fisher <bug-track@fisher-privat.net> Date: Sat Jul 16 19:38:51 2011 +0200 matroskademux: fix pixel-aspect-ratio if header has only one display variable Current matroska demux calculates the pixel aspect ratio only if both DisplayHeight and DisplayWidth are set, but it is legal to use only one variable if the other is equal to PixelWidth or PixelHeight, at least the mkclean utility is doing that. So this makse mkcleaned files play correctly. https://bugzilla.gnome.org/show_bug.cgi?id=654744