Log failure to hard-link.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index ca019e06a9c5b1ea695aa87b436972b58b8a80d8..ac25844e34687032ea6c47c1808a0672704b9f44 100644 (file)
@@ -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.
        */