OSDN Git Service

Sorry - just fix the indentation in 1626 that Xcode stuffed up.
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 12 Aug 2008 01:59:21 +0000 (01:59 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 12 Aug 2008 01:59:21 +0000 (01:59 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1627 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/scan.c

index de4d565..eea1c3f 100644 (file)
@@ -497,9 +497,9 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title )
         if( !vid_decoder->info( vid_decoder, &vid_info ) )
         {
             /*
-               * Could not fill vid_info, don't continue and try to use vid_info
-               * in this case.
-               */
+             * Could not fill vid_info, don't continue and try to use vid_info
+             * in this case.
+             */
             vid_decoder->close( vid_decoder );
             free( vid_decoder );
             continue;