OSDN Git Service

omx: hwaccel: decode in one thread
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 9 May 2017 05:49:43 +0000 (13:49 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 9 May 2017 05:49:43 +0000 (13:49 +0800)
commitf0bdeee0f5095b72f1b950a66c2a4d27881afcd9
tree681026df02a5a5201d741b41af4b172e3ac35738
parent6ff29c422913f6bd224dbcbae5e3ae22670c06fb
omx: hwaccel: decode in one thread

As FFmpeg asserts, hardware accelerated decoding with frame threading
is known to be unstable.

To make hardware codecs stable, just decode in one thread.
omx/SoftFFmpegVideo.cpp
omx/ffmpeg_hwaccel.c