OSDN Git Service

libvideoeditor: fix cannot show some thumbnails in storyboard or no frame display...
authorbeanz <beanz@marvell.com>
Fri, 16 Nov 2012 05:47:50 +0000 (13:47 +0800)
committerbeanz <beanz@marvell.com>
Fri, 16 Nov 2012 05:47:50 +0000 (13:47 +0800)
commit5350066763a35bbaf5b5f15f3f1680ec73852961
treead1ffaf1086f0180148936458748dc0885014e06
parentf0e3acd06af00c07bfb541090b5349618fa67507
libvideoeditor: fix cannot show some thumbnails in storyboard or no frame display in PreviewRenderer surface after importing video

1. this is caused mFrameIntervalMs isn't assigned for use-software-codec case
2. without the assingment, some decoded frames will not be copied to the buffer queue of VideoEditorVideoDecoder

Change-Id: I578954e38958ebac8f258300e60b8ddf60e50521
Signed-off-by: beanz <beanz@marvell.com>
libvideoeditor/vss/stagefrightshells/src/VideoEditorVideoDecoder.cpp