diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2018-04-16 14:37:21 -0800 |
---|---|---|
committer | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2018-04-16 14:37:21 -0800 |
commit | 142ad9dbad7a4f0e0af7e033d01e22b069d4ace9 (patch) | |
tree | ba0985e61d1bfd9e07fb8df82fd1f6653efadd1e /configure.ac | |
parent | 9a090538be874d1d5031b1a225e8ee9d767603c3 (diff) |
msdk: jpegdec: Fix non-interleaved sample decode
Using the default value (InterleavedDec == MFX_SCANTYPE_UNKNOWN)
causing issues with non-interleaved sample decode. Ideally the usage
of MFXVideoDECODE_DecodeHeader should fix these type of issue, but
it seems to be not. But hardcoding the InterleaveDec to
MFX_SCANTYPE_NONINTERLEAVED
is fixing the problem and fortunately msdk seems to be taking care of
Interleaved samples
too .So let's hardcode it for now.
https://bugzilla.gnome.org/show_bug.cgi?id=793787
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions