From: Philipp Zabel
Date: Fri, 11 Jul 2014 09:36:12 +0000 (-0300)
Subject: [media] coda: fix decoder I/P/B frame detection
X-Git-Tag: cleanup-for-v3.18~114^2~272
X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8b381995e62e347a8bf012002a2e3e24ffb7c7;p=pandora-kernel.git
[media] coda: fix decoder I/P/B frame detection
Currently the rotator unit is used to copy decoded frames out into buffers
provided by videobuf2. Since the CODA reports the I/P/B frame type of the
last decoded frame, and this frame will be copied out in a later device_run,
depending on display order, we have to store the frame type until such time.
This patch also adds the B-frame type.
Signed-off-by: Philipp Zabel
Signed-off-by: Kamil Debski
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-diff-tree failed