diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-03 00:27:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-03 00:27:09 +0100 |
| commit | 9c3e4462d32c726a6c257b0a40e642ab23d9526a (patch) | |
| tree | cedc2faa6de6264177ea5c465bb26c3330413148 /src/lib/ffmpeg_decoder.cc | |
| parent | 7ebb57db2013c9e929d44d0e547ab1f27c59cc7f (diff) | |
Make subs work again (sort of).
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index ced9b95e9..3a185bd6a 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -122,7 +122,7 @@ FFmpegDecoder::setup_general () throw DecodeError (_("could not find stream information")); } - /* Find video, audio and subtitle streams and choose the first of each */ + /* Find video, audio and subtitle streams */ for (uint32_t i = 0; i < _format_context->nb_streams; ++i) { AVStream* s = _format_context->streams[i]; |
