From 143f723b12881a8ab3732386785a00840bb2c934 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Thu, 26 Apr 2012 19:11:03 +0000 Subject: PGS (bluray) subtitle support \o/ Thanks to patches supplied by David Mitchell and Rob McMullen we finally have PGS support. I added a fix for libav pgs timestamp processing and detection of forced subtitles to their work, then made foreign audio search work with PGS subs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4605 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/deccc608sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/deccc608sub.c') diff --git a/libhb/deccc608sub.c b/libhb/deccc608sub.c index aaa3d020d..1d16410e4 100644 --- a/libhb/deccc608sub.c +++ b/libhb/deccc608sub.c @@ -1607,7 +1607,7 @@ int write_cc_buffer_as_srt (struct eia608_screen *data, struct s_write *wb) if (debug_608) { hb_log ("\n- - - SRT caption - - -\n"); - hb_log (timeline); + hb_log ("%s", timeline); } //fwrite (enc_buffer,enc_buffer_used,1,wb->fh); XMLRPC_APPEND(wb->enc_buffer,wb->enc_buffer_used); -- cgit v1.2.3