X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Freader.c;h=88617f90b63eba6aed464a896ef6ee45e07ed256;hb=ed5a81836cbf7880f751d04a00558cd35a401600;hp=ad0fe64ddb4b88c3522015681601b0ec183be52f;hpb=a8d3061bdf43b0afe417827c18bd971c9cb0acc4;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/reader.c b/libhb/reader.c index ad0fe64d..88617f90 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -343,7 +343,7 @@ static void ReaderFunc( void * _r ) // force a new scr offset computation r->scr_changes = r->demux.scr_changes - 1; r->saw_video = 1; - hb_log( "reader: first SCR %lld", r->demux.last_scr ); + hb_log( "reader: first SCR %"PRId64, r->demux.last_scr ); } else { @@ -408,6 +408,8 @@ static void ReaderFunc( void * _r ) // packet of a stream we've never seen before. We // have no idea what the timing should be so toss // this buffer & wait for a stream we've already seen. + // add stream to list of streams we have seen + id_to_st( r, buf ); hb_buffer_close( &buf ); continue; } @@ -530,7 +532,7 @@ static hb_fifo_t ** GetFifoForId( hb_job_t * job, int id ) subtitle = hb_list_item( title->list_subtitle, i ); if (id == subtitle->id) { subtitle->hits++; - if( !job->indepth_scan || subtitle->config.force ) + if( !job->indepth_scan || job->select_subtitle_config.force ) { /* * Pass the subtitles to be processed if we are not scanning, or if