OSDN Git Service

Minor change in sub printing
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 6 May 2009 23:03:06 +0000 (23:03 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 6 May 2009 23:03:06 +0000 (23:03 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2395 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index b50795d..7b50788 100644 (file)
@@ -590,7 +590,10 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data,
     {
         if( mux_data->sub_format == TEXTSUB )
         {
-            hb_log("MuxMP4: Text Sub:%lld: %s", buf->start, buf->data);
+            /*
+             * Write the sample here
+             */
+            hb_log("MuxMP4:Sub:%lld:%lld: %s", buf->start, buf->stop, buf->data);
         }
     }
     else