diff options
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c index 6efe796db..503403edd 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -165,6 +165,8 @@ static void do_job( hb_job_t * job, int cpu_count ) if ( job->vfr ) { + job->vrate_base = title->rate_base; + int detelecine_present = 0; if ( job->filters ) { @@ -209,7 +211,7 @@ static void do_job( hb_job_t * job, int cpu_count ) if( job->vfr) { - hb_log( " + video frame rate: variable (detected %.3f fps)", (float) job->vrate / + hb_log( " + video frame rate: %.3f fps -> variable fps", (float) job->vrate / (float) job->vrate_base ); } else |