From 080a7aef7af9107730d6d0ca9ffcfca6abe32df8 Mon Sep 17 00:00:00 2001 From: eddyg Date: Wed, 6 May 2009 23:03:06 +0000 Subject: Minor change in sub printing git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2395 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxmp4.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libhb') diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index b50795d8c..7b50788fc 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -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 -- cgit v1.2.3