summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
new file mode 100644
index 000000000..8b3eca62d
--- /dev/null
+++ b/src/lib/ffmpeg_content.h
@@ -0,0 +1,8 @@
+#include "content.h"
+
+class FFmpegContent : public VideoContent, public AudioContent
+{
+public:
+
+
+};