summaryrefslogtreecommitdiffstats
path: root/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
diff options
context:
space:
mode:
authorMatt Hughes <mhughes@laughlin.com>2017-09-14 15:45:02 -0500
committerHiroshi Ogawa <hi.ogawa.zz@gmail.com>2017-10-14 23:20:39 +0900
commit3edd3cd377511b4cef27478be24f7562273d69ce (patch)
tree204fcdded3bc7b46a6b559a5e5a44eba4244f25b /thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
parente8f8359b2edd583480218b7348cdbe43e959a16e (diff)
downloadredot-engine-3edd3cd377511b4cef27478be24f7562273d69ce.tar.gz
Fix video playback
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
Diffstat (limited to 'thirdparty/libsimplewebm/OpusVorbisDecoder.hpp')
-rw-r--r--thirdparty/libsimplewebm/OpusVorbisDecoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp b/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
index bcdca731ee..b7619d6a25 100644
--- a/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
+++ b/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
@@ -44,7 +44,7 @@ public:
{
return m_numSamples;
}
-
+ bool getPCMF(WebMFrame &frame, float *buffer, int &numOutSamples);
bool getPCMS16(WebMFrame &frame, short *buffer, int &numOutSamples);
private: