OSDN Git Service

Oops - left in a mistake from an intermediate version. We want aspect ratio from...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 1 Mar 2008 20:19:20 +0000 (20:19 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 1 Mar 2008 20:19:20 +0000 (20:19 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1323 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/scan.c

index fd93ca4..e3972a6 100644 (file)
@@ -434,7 +434,7 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title )
         }
 
         // start from third frame to skip opening logos
-        if( i >= 2)
+        if( i == 2)
         {
             title->crop[0] = title->crop[1] = title->height / 2;
             title->crop[2] = title->crop[3] = title->width / 2;