commit | 7ea099f1a7fe0417ea9b9bd9353dbc6e40d29568 | [log] [tgz] |
---|---|---|
author | Praneeth Paladugu <ppaladug@codeaurora.org> | Thu Mar 28 10:22:00 2013 -0700 |
committer | Praneeth Paladugu <ppaladug@codeaurora.org> | Thu Mar 28 11:10:44 2013 -0700 |
tree | 67117baa1ad34a589ba65a46ea1059a199a643c3 | |
parent | f6c073e4ae8b237bf7625508fd1c098d009359f8 [diff] |
mm-video: vidc: Fix timestamp issue for non-H264 interlace clips For H264 interlaced clips every field is queued to Venus as seperate buffer and returned as seperate FBD. So the duplicate entry in the timestamp table needs to be removed. For non-H264 clips both the fields queued as single buffer and returned as single. So the duplicate entry shouldn't be removed. This change fixes the same. Change-Id: I3271def0b57ca3f17d2ccb005c625adde36d99d8 CRs-Fixed: 456351