Fix subtitle colouring (#152).
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index e6a99b157b4ba2d4d5871583109a5375d78f02f3..11f83ed97c9808aeaff603f110814463b51234a6 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
 #include "ffmpeg.h"
 
 class Film;
+class FilterGraph;
 class ffmpeg_pts_offset_test;
 
 /** @class FFmpegDecoder
@@ -59,6 +60,8 @@ private:
 
        static double compute_pts_offset (double, double, float);
 
+       void flush ();
+
        void setup_subtitle ();
 
        AVSampleFormat audio_sample_format () const;