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:
authorJörg Müller <nexyon@gmail.com>2018-06-09 00:10:52 +0300
committerJörg Müller <nexyon@gmail.com>2018-06-09 00:11:16 +0300
commitdd2e1873446e2019a3020e9d62c6efc29b43d930 (patch)
treeb80355531f37ab9f30967b7d73df2974206cceb7 /extern/audaspace/plugins/ffmpeg/FFMPEGReader.h
parent528dc6440bb41e6cbfeea62756ba5ae5debcd27f (diff)
Audaspace: add support for latest ffmpeg.
Diffstat (limited to 'extern/audaspace/plugins/ffmpeg/FFMPEGReader.h')
-rw-r--r--extern/audaspace/plugins/ffmpeg/FFMPEGReader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/extern/audaspace/plugins/ffmpeg/FFMPEGReader.h b/extern/audaspace/plugins/ffmpeg/FFMPEGReader.h
index e2ae959912d..a69ac7709c8 100644
--- a/extern/audaspace/plugins/ffmpeg/FFMPEGReader.h
+++ b/extern/audaspace/plugins/ffmpeg/FFMPEGReader.h
@@ -80,6 +80,11 @@ private:
AVCodecContext* m_codecCtx;
/**
+ * The AVFrame structure for using ffmpeg.
+ */
+ AVFrame* m_frame;
+
+ /**
* The AVIOContext to read the data from.
*/
AVIOContext* m_aviocontext;