diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-22 15:20:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-22 15:20:20 +0100 |
| commit | d156fe45ee21fc416ce6b9e43ceed95bf42fde41 (patch) | |
| tree | f4a910c40d2dea3c03474a3eb120f3c7d8f3d282 /src/lib/ffmpeg_examiner.h | |
| parent | 5f15ca0a1ba5344e46f837e8021acfc7e4a850c3 (diff) | |
Split FFmpegExaminer stuff into separate methods.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 4 |
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; |
