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