X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fffmpeg_decoder.cc;h=ac25844e34687032ea6c47c1808a0672704b9f44;hb=7d262f9be3a4c5d8da07dce42f7e2da708f6c7f4;hp=ca019e06a9c5b1ea695aa87b436972b58b8a80d8;hpb=8563df673d03e7bbdc95fc1471ee7fddea78461c;p=dcpomatic.git 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 ffa = dynamic_pointer_cast (_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. */