Use AV_ prefixes on some FFmpeg bits.
[dcpomatic.git] / src / lib / image_content.h
index 4a8d91bdbdd95638dfd8fec468b218faecfd900b..67ea466dfb146f79537d58d5c64aeccdc90b2444 100644 (file)
 #define DCPOMATIC_IMAGE_CONTENT_H
 
 #include "video_content.h"
-#include <boost/enable_shared_from_this.hpp>
-
-namespace cxml {
-       class Node;
-}
 
 class ImageContent : public VideoContent
 {