From b5526f35fe83ede6affbdeb9eed3e4e6d9c8f6b1 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 30 Jun 2009 17:22:43 +0000 Subject: LinGui: SRT support - there are now two buttons to add subtitles one button adds normal subtitles from the source. the second adds SRT subtitles. - when an SRT subtitle is selected in the list, the available controls change SRT controls are: Language, Character Codeset, File, and Time Offset (ms) - A combo entry box is used for character code. A subset of the most common character codes is available in the popup. Other codes can be manually entered in the entry box. - The last used SRT file directory is remembered. - Remove the debug printf eddyg left in decsrtsub.c git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2648 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/decsrtsub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libhb') diff --git a/libhb/decsrtsub.c b/libhb/decsrtsub.c index e5d694a3b..05fdb7646 100644 --- a/libhb/decsrtsub.c +++ b/libhb/decsrtsub.c @@ -304,7 +304,6 @@ static int decsrtWork( hb_work_object_t * w, hb_buffer_t ** buf_in, *buf_in = NULL; *buf_out = out; } else { - printf("\nSRT Done\n"); *buf_out = NULL; return HB_WORK_OK; } -- cgit v1.2.3