Tweak config comment.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index 41b93dad758b1eb502406bcb1e64dab3aab24401..0d653906116a1ada85573e50e5eac357593d6be8 100644 (file)
@@ -145,7 +145,7 @@ FFmpegDecoder::flush ()
                                ContentTime to_do = min (full_length - a, ContentTime::from_seconds (0.1));
                                shared_ptr<AudioBuffers> silence (new AudioBuffers (i->channels(), to_do.frames_ceil (i->frame_rate())));
                                silence->make_silent ();
-                               audio->emit (film(), i, silence, a);
+                               audio->emit (film(), i, silence, a, true);
                                a += to_do;
                        }
                }