RE: [PATCH] [media] s5p-mfc: Fix frame skip bug

2013-02-27 Thread Kamil Debski
.org > Cc: k.deb...@samsung.com; jtp.p...@samsung.com; s.nawro...@samsung.com; > arun...@samsung.com; aru...@samsung.com > Subject: [PATCH] [media] s5p-mfc: Fix frame skip bug > > The issue was seen in VP8 decoding where the last frame was skipped by > the driver. This patch gets the correct

[PATCH] [media] s5p-mfc: Fix frame skip bug

2013-02-26 Thread Arun Kumar K
The issue was seen in VP8 decoding where the last frame was skipped by the driver. This patch gets the correct frame_type value to fix this bug. Signed-off-by: Arun Kumar K Signed-off-by: Arun Mankuzhi --- drivers/media/platform/s5p-mfc/s5p_mfc.c |2 +- 1 file changed, 1 insertion(+), 1 del