diff options
author | Ariel Manzur <ariel@okamstudio.com> | 2015-11-16 09:29:00 -0300 |
---|---|---|
committer | Ariel Manzur <ariel@okamstudio.com> | 2015-11-16 09:29:00 -0300 |
commit | 48113130566e5aba8d794df7d22947edda3fca38 (patch) | |
tree | fdd7f7700d74898cac53a179cab6a3fabd889ff2 /drivers | |
parent | 906c6374dc98006d70055ed0ecc376f8c0bbdc66 (diff) |
tabs
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/theora/video_stream_theora.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/theora/video_stream_theora.cpp b/drivers/theora/video_stream_theora.cpp index e2756fe70c..5b6bc5b41b 100644 --- a/drivers/theora/video_stream_theora.cpp +++ b/drivers/theora/video_stream_theora.cpp @@ -281,10 +281,10 @@ void VideoStreamPlaybackTheora::set_file(const String& p_file) { audio_track_skip--; - } else { + } else { copymem(&vo,&test,sizeof(test)); vorbis_p=1; - } + } }else{ /* whatever it is, we don't care about it */ ogg_stream_clear(&test); |