OSDN Git Service

Fix green video when scaling video
authorlambdadroid <lambdadroid@gmail.com>
Tue, 4 Jul 2017 09:29:50 +0000 (11:29 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 23 Aug 2017 16:04:56 +0000 (00:04 +0800)
commit89025f0206c89e9c49061c559897842e704f4171
treef8b2d08e496d14b5b97859dd578fc4efa940784d
parent6227c85ff014b42b020033920fe0296287169742
Fix green video when scaling video

Not sure if this was changed in the newer FFMPEG version, but
sws_scale now takes the srcSliceY and srcSliceH. Currently, the
final height was given in instead of the source height, resulting
in an error.
omx/SoftFFmpegVideo.cpp