OSDN Git Service

get rid of extry CR at end of hb_log message
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 25 Apr 2010 20:10:19 +0000 (20:10 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 25 Apr 2010 20:10:19 +0000 (20:10 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3266 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/hb.c

index 1a72565..acdce55 100644 (file)
@@ -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: