X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_stream.h;h=0930ea2b433de047c8286a23b64e6264c298a764;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=6bbcd0b0131d441af5d469edf65031bdc5010d93;hpb=e491397c0028a80ac4a48a92007f783746553c1a;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; };