commit | 21943c05f0ee2350647a6fa5ee17aa3c68859383 | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Thu Oct 05 14:18:26 2017 +0530 |
committer | Marco Nelissen <marcone@google.com> | Tue Oct 10 18:03:32 2017 +0000 |
tree | 95f445602a0907d8fa684e1e26a1aa9f77b6c4f7 | |
parent | 7fad4bb2da2d23c9c3caf8347a3c37a65fa98c6f [diff] |
SoftAVCDec: Handle zero length input without EOS When a zero length input buffer is sent to SoftAVC decoder without EOS set in nFlags, SoftAVC decoder plugin was entering an infinite loop. Fixed it by returning from onQueueFilled for such cases. Bug: 66969349 Test: Tested using poc associated with the bug Change-Id: I79cebc8f5b40c51256aba83a08deb547b220c4d7