Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h')
-rw-r--r--intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h b/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
index 0a9fcc22c8b..22560303a73 100644
--- a/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
+++ b/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
@@ -27,6 +27,8 @@
#define AUD_FFMPEGFACTORY
#include "AUD_IFactory.h"
+#include "AUD_Reference.h"
+class AUD_Buffer;
/**
* This factory reads a sound file via ffmpeg.
@@ -44,12 +46,7 @@ private:
/**
* The buffer to read from.
*/
- unsigned char* m_buffer;
-
- /**
- * The size of the buffer.
- */
- int m_size;
+ AUD_Reference<AUD_Buffer> m_buffer;
public:
/**