X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg.h;h=961f5cbb1e2b259b8d205ceb93e808bc0867e767;hb=6b62e9c77b2a45fd1d7084626f2bb2949e832e5f;hp=9e9d5125aa02ecb033df751b6b8a872e9a65e53c;hpb=e7e9347cdd1f43e0dd3d1ca35632e9493a010fc6;p=dcpomatic.git diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 9e9d5125a..961f5cbb1 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -20,10 +20,11 @@ #ifndef DCPOMATIC_FFMPEG_H #define DCPOMATIC_FFMPEG_H +#include "file_group.h" +#include "ffmpeg_subtitle_period.h" extern "C" { #include } -#include "file_group.h" #include #include @@ -50,6 +51,7 @@ public: protected: AVCodecContext* video_codec_context () const; AVCodecContext* subtitle_codec_context () const; + static FFmpegSubtitlePeriod subtitle_period (AVSubtitle const &); boost::shared_ptr _ffmpeg_content;