media/library/src
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
..
androidTest Parse QuickTime variant audio sample entries. 2015-11-17 15:50:20 +00:00
main Fix bad pixel w:h ratio calculation in H262 reader. 2015-11-25 16:42:12 +00:00