diff options
author | Ariel Manzur <ariel@godotengine.org> | 2015-12-16 02:38:08 -0300 |
---|---|---|
committer | Ariel Manzur <ariel@godotengine.org> | 2015-12-16 02:40:02 -0300 |
commit | 6c3c20fc35cfe324a55409bd3d8fb0f0028774fe (patch) | |
tree | 82e00b9b7af4c43110ba07f336f295408e88919d /drivers/theora | |
parent | fb01d18251769ae58e2a0db79666a286379ef16f (diff) |
compile thing
Diffstat (limited to 'drivers/theora')
-rw-r--r-- | drivers/theora/video_stream_theora.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/theora/video_stream_theora.cpp b/drivers/theora/video_stream_theora.cpp index 3c214ce48a..0659f007e5 100644 --- a/drivers/theora/video_stream_theora.cpp +++ b/drivers/theora/video_stream_theora.cpp @@ -642,7 +642,7 @@ void VideoStreamPlaybackTheora::update(float p_delta) { } } #ifdef THEORA_USE_THREAD_STREAMING - if (file && thread_eof && && (no_vorbis || no_theora) && ring_buffer.data_left()==0) { + if (file && thread_eof && (no_vorbis || no_theora) && ring_buffer.data_left()==0) { #else if (file && /*!videobuf_ready && */ (no_vorbis || no_theora) && file->eof_reached()) { #endif |