Skip to content
Commit db852782 authored by Praveen Chavan's avatar Praveen Chavan Committed by The Android Automerger
Browse files

mm-video: vidc: Fix frameparser behavior on EOS with data

The frameparser currently holds back any bytes that may be part of
the next frame's start code. In general, this results in frames
ending in 0x00 or 0x00,0x00 being marked as partial and properly
flushed on the next parse_sc_frame call. If an EOS is received
with data, this flush never occurs. In that case, this change
copies the missing bytes to the destination frame.
author: Leena Winterrowd <lenhardw@codeaurora.org>

Bug: 10668205

Change-Id: Ia7f1d795b2459da86f1bf6cdb5f8ca8e21c306bd
parent 7f118f5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment