summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-22 15:20:20 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-22 15:20:20 +0100
commitd156fe45ee21fc416ce6b9e43ceed95bf42fde41 (patch)
treef4a910c40d2dea3c03474a3eb120f3c7d8f3d282 /src/lib/ffmpeg_examiner.h
parent5f15ca0a1ba5344e46f837e8021acfc7e4a850c3 (diff)
Split FFmpegExaminer stuff into separate methods.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
-rw-r--r--src/lib/ffmpeg_examiner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h
index 381c5cea9..8c31eb2c4 100644
--- a/src/lib/ffmpeg_examiner.h
+++ b/src/lib/ffmpeg_examiner.h
@@ -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;