diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
| commit | 77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch) | |
| tree | efe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/ffmpeg_examiner.h | |
| parent | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index ec84865ed..4912d899a 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -49,7 +49,7 @@ private: std::string stream_name (AVStream* s) const; boost::optional<double> frame_time (int) const; - std::vector<boost::shared_ptr<FFmpegSubtitleStream> > _subtitle_streams; - std::vector<boost::shared_ptr<FFmpegAudioStream> > _audio_streams; + std::vector<boost::shared_ptr<FFmpegSubtitleStream> > _subtitle_streams; + std::vector<boost::shared_ptr<FFmpegAudioStream> > _audio_streams; boost::optional<double> _first_video; }; |
