diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-05 20:31:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-05 20:31:24 +0000 |
| commit | 8fa7b8c13a76bd54207156de7bb0d09316bad379 (patch) | |
| tree | 1a4193e699024bd53f5ef2da5d9958aa74ffbd06 /src/lib/ffmpeg_decoder.cc | |
| parent | 640f77662918211f3990b2d3481c60aaf1125d18 (diff) | |
Fix comment.
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 ca019e06a..ac25844e3 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -696,7 +696,7 @@ FFmpegDecoder::decode_audio_packet () shared_ptr<FFmpegAudioStream> ffa = dynamic_pointer_cast<FFmpegAudioStream> (_audio_stream); assert (ffa); - /* Audio packets can contain multiple frames, so we may have to call avcodec_decode_audio4 + /* Audio packets can contain multiple frames, so we may have to call avcodec_decode_audio4 several times. */ |
