Merge master.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 381c5cea9c9e85a48ec894326f92a482f82bf8e7..8c31eb2c4aedadae419e7c5e41b83841f848c93b 100644 (file)
@@ -46,6 +46,10 @@ public:
        }
        
 private:
+       void video_packet (AVCodecContext *);
+       void audio_packet (AVCodecContext *, boost::shared_ptr<FFmpegAudioStream>);
+       void subtitle_packet (AVCodecContext *, boost::shared_ptr<FFmpegSubtitleStream>);
+       
        std::string stream_name (AVStream* s) const;
        std::string audio_stream_name (AVStream* s) const;
        std::string subtitle_stream_name (AVStream* s) const;