diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 1a725659e..acdce5597 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -142,7 +142,7 @@ int hb_ff_layout_xlat(int64_t ff_channel_layout, int channels) { return hb_layout; } - hb_log( "Channels reported by ffmpeg (%d) != computed layout channels (%d).\n", channels, chans ); + hb_log( "Channels reported by ffmpeg (%d) != computed layout channels (%d).", channels, chans ); switch (channels) { case 1: |