Browse Source

Add missing newline in debug output

Looked ugly.
Vincent Lang 9 năm trước cách đây
mục cha
commit
9968f32688
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/player/PlayerComponent.cpp

+ 1 - 1
src/player/PlayerComponent.cpp

@@ -838,7 +838,7 @@ QString PlayerComponent::videoInformation() const
   QString audio_format = MPV_PROPERTY("audio-out-params/format");
   if (audio_format.startsWith("spdif-"))
   {
-    info << "Channels (output): passthrough (" << audio_format << ")";
+    info << "Channels (output): passthrough (" << audio_format << ")" << endl;
   }
   else
   {