8b3eca62da82da58c861462cdcbdfdea51ec6c5b
[dcpomatic.git] / src / lib / ffmpeg_content.h
1 #include "content.h"
2
3 class FFmpegContent : public VideoContent, public AudioContent
4 {
5 public:
6         
7
8 };