commit | 3d9c7fd95b997880c8e60c44f1bb7ae921253ce4 | [log] [tgz] |
---|---|---|
author | Lang Dai <[email protected]> | Wed Jun 15 01:24:02 2016 +0800 |
committer | Daniel Cardenas <[email protected]> | Tue Mar 07 14:46:58 2017 -0800 |
tree | 8cffc8485488c254ff90374bae3b957eb543d724 | |
parent | e8d8cfd0bebc579749fff2fbd1a17c907e5c4bba [diff] |
Removed processing 0 length EOS frame in advance. BZ: IMINAN-46982 When receiving 0 length frame, ISV will process it in advance. If this frame is an EOS one, all frames remaining in out queue will be freed. So just process 0 length EOS frame as normal one. Fixes: 23916092 Test: netflix, play movies, youtube, test apk Change-Id: If0dac3ad4fdb6a731712aacdab73c1ac6f9ae560 Signed-off-by: Lang Dai <[email protected]> Signed-off-by: Austin Hu <[email protected]>