]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.cpp
Fixed Frensh spacing and a typo.
[kdenlive] / src / renderer.cpp
index 49dc5b95b3edac6daebd040236e14ff4a894dfe1..68b522b4774aaf5b4774f5061c5b1a398a1657ef 100644 (file)
@@ -44,7 +44,7 @@
 
 static void consumer_frame_show(mlt_consumer, Render * self, mlt_frame frame_ptr)
 {
-    // detect if the producer has finished playing. Is there a better way to do it ?
+    // detect if the producer has finished playing. Is there a better way to do it?
     if (self->m_isBlocked) return;
     if (mlt_properties_get_double(MLT_FRAME_PROPERTIES(frame_ptr), "_speed") == 0.0) {
         self->emitConsumerStopped();