X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg.h;h=835136c759d8b6004f7b9a6f6c7eecf414eac2ba;hb=0a93237cb5e4642d3b698ff9b7d0cfae5401478c;hp=8aaa54f84afab6973938e83eb138a60d6a2fa9c3;hpb=3e12c68dc0451e73b5bc1a84d1d70f4999f7b4b5;p=dcpomatic.git diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 8aaa54f84..835136c75 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -20,13 +20,13 @@ #ifndef DCPOMATIC_FFMPEG_H #define DCPOMATIC_FFMPEG_H -#include -#include -#include extern "C" { #include } #include "file_group.h" +#include +#include +#include struct AVFilterGraph; struct AVCodecContext; @@ -55,7 +55,6 @@ public: protected: AVCodecContext* video_codec_context () const; - AVCodecContext* audio_codec_context () const; AVCodecContext* subtitle_codec_context () const; boost::shared_ptr _ffmpeg_content;