OSDN Git Service

ffmpeg-extractor: Fix sample aspect ratioa issue
authorKeith Mok <kmok@cyngn.com>
Wed, 9 Dec 2015 19:26:20 +0000 (11:26 -0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 10 Dec 2015 07:09:37 +0000 (23:09 -0800)
commitf7f46ccb08b54ad0f16b78934f8f7bbc35d235b2
tree6a61e433820cad7503662b2b914f907931adb2e8
parent5101cbe51e79dcde0519cc2188649125d5eed71e
ffmpeg-extractor: Fix sample aspect ratioa issue

Some movies are diplayed incorrectly due to wrong aspect
ratio. The ffmpeg-extractor does not pass the sample aspect ratio
to the upper layer. This fixes it.

Change-Id: I6da6ffe355e1bc3802b2fbd7da0aa2946b88b1a6
extractor/FFmpegExtractor.cpp