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_decoder.h | |
| parent | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff) | |
tabs -> spaces.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index fa318e568..e6a99b157 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -72,7 +72,7 @@ private: boost::shared_ptr<AudioBuffers> deinterleave_audio (uint8_t** data, int size); AVCodecContext* _subtitle_codec_context; ///< may be 0 if there is no subtitle - AVCodec* _subtitle_codec; ///< may be 0 if there is no subtitle + AVCodec* _subtitle_codec; ///< may be 0 if there is no subtitle std::list<boost::shared_ptr<FilterGraph> > _filter_graphs; boost::mutex _filter_graphs_mutex; |
