From ed78fd3d138114185e43edf81ffe91db17377da0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 31 Mar 2013 02:19:40 +0100 Subject: Skeletal remains. --- src/lib/ffmpeg_content.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/lib/ffmpeg_content.h (limited to 'src/lib/ffmpeg_content.h') 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: + + +}; -- cgit v1.2.3