X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_stream.h;h=0930ea2b433de047c8286a23b64e6264c298a764;hb=7231634b0535c77037602c23bfb97f707421b338;hp=6bbcd0b0131d441af5d469edf65031bdc5010d93;hpb=7979aeb87a83de31c4cf25f88eef4fbca4b56553;p=dcpomatic.git diff --git a/src/lib/ffmpeg_stream.h b/src/lib/ffmpeg_stream.h index 6bbcd0b01..0930ea2b4 100644 --- a/src/lib/ffmpeg_stream.h +++ b/src/lib/ffmpeg_stream.h @@ -20,8 +20,8 @@ #ifndef DCPOMATIC_FFMPEG_STREAM_H #define DCPOMATIC_FFMPEG_STREAM_H -#include #include +#include struct AVFormatContext; struct AVStream; @@ -33,7 +33,7 @@ public: : name (n) , _id (i) {} - + FFmpegStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; @@ -57,7 +57,7 @@ public: friend bool operator== (FFmpegStream const & a, FFmpegStream const & b); friend bool operator!= (FFmpegStream const & a, FFmpegStream const & b); - + private: int _id; };