diff options
author | jstebbins <[email protected]> | 2012-07-22 08:21:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-07-22 08:21:01 +0000 |
commit | bcbaf904ba9da4a3d8ca211d208c1882799c54eb (patch) | |
tree | f6ee07604e92b11939fdf90da5a2d59e9b2e2c83 /libhb/dvd.c | |
parent | 7f7055ee54f9dfb0cdad5c73841452fd8491f51e (diff) |
libhb: fix logging of container aspect in dvd.c and dvdnav.c
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4869 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/dvd.c')
-rw-r--r-- | libhb/dvd.c | 2 |
1 files changed, 1 insertions, 1 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; |