diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/dvd.c | 2 | ||||
-rw-r--r-- | libhb/dvdnav.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libhb/dvd.c b/libhb/dvd.c index df0fd1829..64f1d0fd2 100644 --- a/libhb/dvd.c +++ b/libhb/dvd.c @@ -641,7 +641,7 @@ static hb_title_t * hb_dvdread_title_scan( hb_dvd_t * e, int t, uint64_t min_dur goto fail; } - hb_log( "scan: aspect = %g", title->aspect ); + hb_log( "scan: aspect = %g", title->container_aspect ); /* This title is ok so far */ goto cleanup; diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index 436147a4d..e7257a17b 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -800,7 +800,7 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t, uint64_t min_dura goto fail; } - hb_log( "scan: aspect = %g", title->aspect ); + hb_log( "scan: aspect = %g", title->container_aspect ); /* This title is ok so far */ goto cleanup; |