media/library
Oliver Woodman b8e7e1077e Fix bad pixel w:h ratio calculation in H262 reader.
It appears the spec calculation gives the h:w pixel ratio, where-as
we want w:h. It's pretty easy to convince oneself that this way round
is correct. Consider a video that's 100px by 100px, and setting
aspectRatioCode=3 to achieve this. The pixelWidthHeightRatio needs to
be 16/9 and not 9/16 :).

Issue: #965
2015-11-25 16:42:12 +00:00
..
src Fix bad pixel w:h ratio calculation in H262 reader. 2015-11-25 16:42:12 +00:00
build.gradle Bump version to 1.5.2 2015-10-27 20:15:37 +00:00