commit | e018023b4844fef7880bf5e45f706afcb10c33b6 | [log] [tgz] |
---|---|---|
author | Hong Teng <hongteng@google.com> | Wed Sep 28 18:40:38 2011 -0700 |
committer | Hong Teng <hongteng@google.com> | Wed Oct 05 11:06:16 2011 -0700 |
tree | 2246eff8d52a8d7333e86b06eee5b3016d94805c | |
parent | e62c387164f176b2f2484fe3bd84d8dc115b5d6b [diff] [blame] |
Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test. Change-Id: Icb8cadaff50a22588417c2c8f5c31415dd0cca9e
diff --git a/libvideoeditor/lvpp/PreviewPlayer.h b/libvideoeditor/lvpp/PreviewPlayer.h index c6fb62b..16dcca2 100755 --- a/libvideoeditor/lvpp/PreviewPlayer.h +++ b/libvideoeditor/lvpp/PreviewPlayer.h
@@ -95,6 +95,7 @@ AUDIO_AT_EOS = 256, VIDEO_AT_EOS = 512, AUTO_LOOPING = 1024, + INFORMED_AV_EOS = 2048, }; void cancelPlayerEvents(bool keepBufferingGoing = false);