commit | eb767791acbf35f4fb2bc79ca34e26e1b75e5f3f | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Sat May 02 00:14:38 2020 +0530 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Fri May 01 18:37:32 2020 -0700 |
tree | 4afbf6f4b16c7395b537b8522d68b95a3fdd9a32 | |
parent | 31e83e5b6f44a6560b1d7d5876ea984ce2c64938 [diff] |
C2SoftMpeg2Dec: Remove invalid check for output buffer width If outBuffer is specificed, displayStride is the stride of the outBuffer (line 595). Then, the "Output buffer too small" check ends up comparing a buffer's width to the buffer's own stride which effectively requires that a buffer's width is equal to it's stride. Bug: 155485791 Test: cts -t android.media.cts.DecoderTest Change-Id: Ia66591f816aac0d8aad5c1b5b9a0aeff2cc80185