commit | bfece17c8f63de4d4b686da50f8ecac2f6f8ec53 | [log] [tgz] |
---|---|---|
author | Santosh Madhava <smadhava@google.com> | Thu Feb 03 16:59:47 2011 -0800 |
committer | Dharmaray Kundargi <dharmaray@google.com> | Thu Feb 03 19:33:34 2011 -0800 |
tree | 8026f852eabf623a7a2b149971d9b254cf07ad51 | |
parent | 12db816fa13a3963183e45e397954a32418c3ee3 [diff] [blame] |
Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
diff --git a/libvideoeditor/lvpp/PreviewPlayer.h b/libvideoeditor/lvpp/PreviewPlayer.h index 59448ad..564c014 100644 --- a/libvideoeditor/lvpp/PreviewPlayer.h +++ b/libvideoeditor/lvpp/PreviewPlayer.h
@@ -120,7 +120,7 @@ void reset_l(); void partial_reset_l(); status_t play_l(); - void initRenderer_l(); + status_t initRenderer_l(); status_t initAudioDecoder(); status_t initVideoDecoder(uint32_t flags = 0); void onVideoEvent();