Extract process_audio_frame.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 009d61b486c14ae9d611af1b520e85a7e7fded96..7a1fa40d249bff6d96746d08e6f2811f2f5517e8 100644 (file)
@@ -58,6 +58,7 @@ private:
        int bytes_per_audio_sample (std::shared_ptr<FFmpegAudioStream> stream) const;
 
        std::shared_ptr<FFmpegAudioStream> audio_stream_from_index (int index) const;
+       void process_audio_frame (std::shared_ptr<FFmpegAudioStream> stream, int stream_index, int64_t packet_pts);
 
        bool decode_video_packet ();
        void decode_audio_packet ();