X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdecvobsub.c;h=2a5ccab0182442370877cfc011a0fca45f9419b2;hb=69bcedab6772552b36bc8f1591db6ea0c8de08c3;hp=e5633d54d28f5dee91d02c0ec193da86ba8fc18c;hpb=e2cd98f3e71232b518b7165705d25d965ab9d9f3;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/decvobsub.c b/libhb/decvobsub.c index e5633d54..2a5ccab0 100644 --- a/libhb/decvobsub.c +++ b/libhb/decvobsub.c @@ -484,7 +484,7 @@ static hb_buffer_t * Decode( hb_work_object_t * w ) /* Get infos about the subtitle */ ParseControls( w ); - if( job->indepth_scan || ( w->subtitle->force && pv->pts_forced == 0 ) ) + if( job->indepth_scan || ( w->subtitle->config.force && pv->pts_forced == 0 ) ) { /* * Don't encode subtitles when doing a scan. @@ -495,7 +495,7 @@ static hb_buffer_t * Decode( hb_work_object_t * w ) return NULL; } - if (w->subtitle->dest == PASSTHRUSUB) + if (w->subtitle->config.dest == PASSTHRUSUB) { pv->buf->start = pv->pts_start; pv->buf->stop = pv->pts_stop;