libhb: fix logging of container aspect in dvd.c and dvdnav.c
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 22 Jul 2012 08:21:01 +0000 (08:21 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 22 Jul 2012 08:21:01 +0000 (08:21 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4869 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/dvd.c
libhb/dvdnav.c

index df0fd1829d7a6783b315ac630a1087af5c8926dc..64f1d0fd2fbea8075946c0e02c237d7c31e6ad9a 100644 (file)
@@ -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;
index 436147a4d49b8bb13c789dbf9b1ec5adf240c686..e7257a17b8093a0df9036fa4392d86193954eaa6 100644 (file)
@@ -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;