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
1 file changed