[vlc-commits] [Git][videolan/vlc][master] input: es_out: remove extra line feed
    Rémi Denis-Courmont (@Courmisch) 
    gitlab at videolan.org
       
    Sun Nov 28 21:05:18 UTC 2021
    
    
  
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
c656cda7 by Alexandre Janniaux at 2021-11-28T20:43:23+00:00
input: es_out: remove extra line feed
- - - - -
1 changed file:
- src/input/es_out.c
Changes:
=====================================
src/input/es_out.c
=====================================
@@ -1356,7 +1356,7 @@ static void EsOutProgramHandleClockSource( es_out_t *out, es_out_pgrm_t *p_pgrm
             vlc_assert_unreachable();
     }
 
-    msg_Dbg( p_input, "program(%d): using clock source: '%s'\n",
+    msg_Dbg( p_input, "program(%d): using clock source: '%s'",
              p_pgrm->i_id, clock_source_str );
 }
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c656cda7f2536833b3808c0b39e717e685febae9
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c656cda7f2536833b3808c0b39e717e685febae9
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list