summaryrefslogtreecommitdiff
path: root/rotord/src/ffmpeg-fas_wrapper.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-09 22:21:45 +0100
committerComment <tim@gray.(none)>2013-09-09 22:21:45 +0100
commit695d389eb125cbbd469a8de53616579b18a1bfba (patch)
treedb1f12b6a2a6818d65ff3892e3ef0e489912ab6d /rotord/src/ffmpeg-fas_wrapper.h
parent5606479f9ef49f11a39c52cbad925edbb8709c76 (diff)
parent79af8bf904b9ddb50b11ac231a2db517f1bdd55b (diff)
Merge branch 'master' of eclectronics.org@eclectronics.org:rotor
Diffstat (limited to 'rotord/src/ffmpeg-fas_wrapper.h')
-rw-r--r--rotord/src/ffmpeg-fas_wrapper.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/rotord/src/ffmpeg-fas_wrapper.h b/rotord/src/ffmpeg-fas_wrapper.h
index b70cd2d..dedff62 100644
--- a/rotord/src/ffmpeg-fas_wrapper.h
+++ b/rotord/src/ffmpeg-fas_wrapper.h
@@ -1,5 +1,16 @@
-#ifndef ffmpeg-fas_wrapper_H
-#define ffmpeg-fas_wrapper_H
+#ifndef ffmpeg_fas_wrapper_H
+#define ffmpeg_fas_wrapper_H
+#include <string>
+#include "ffmpeg_fas.h"
+
+namespace ffmpeg_fas {
+ class decoder
+ {
+ public:
+ bool open(std::string& fileName);
+ fas_raw_image_type frame;
+ };
+}
#endif