OSDN Git Service

Don't announce when getting a bad AC3 sync, just silently look for two matching syncs.
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Oct 2008 19:45:25 +0000 (19:45 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Oct 2008 19:45:25 +0000 (19:45 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1838 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/deca52.c

index d53a25d..26f5603 100644 (file)
@@ -308,9 +308,7 @@ static int deca52BSInfo( hb_work_object_t *w, const hb_buffer_t *b,
                 if( rate == old_rate && bitrate == old_bitrate )
                 {
                     break;
-                } else {
-                    hb_log( "AC3 sync didn't return the same values two times in a row, still looking" );
-                }
+                } 
             } 
             
             old_rate = rate;