pot/merge.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 1429c306b7429acb379a63c94b861321a5d59b73..990d643a704d6ab5223cdb2bebc9467d736f18e6 100644 (file)
@@ -61,9 +61,10 @@ private:
        void decode_subtitle_packet ();
 
        void decode_bitmap_subtitle (AVSubtitleRect const * rect, ContentTimePeriod period);
+       void decode_ass_subtitle (std::string ass, ContentTimePeriod period);
 
        void maybe_add_subtitle ();
-       boost::shared_ptr<AudioBuffers> deinterleave_audio (boost::shared_ptr<FFmpegAudioStream> stream, uint8_t** data, int size);
+       boost::shared_ptr<AudioBuffers> deinterleave_audio (boost::shared_ptr<FFmpegAudioStream> stream) const;
 
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
        std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;