diff options
Diffstat (limited to 'libvideoeditor/lvpp/PreviewPlayer.h')
-rwxr-xr-x | libvideoeditor/lvpp/PreviewPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ private: AUDIO_AT_EOS = 256, VIDEO_AT_EOS = 512, AUTO_LOOPING = 1024, + INFORMED_AV_EOS = 2048, }; void cancelPlayerEvents(bool keepBufferingGoing = false); |