]> granicus.if.org Git - handbrake/commitdiff
deccc608sub: fix positioning of popup CCs
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 10 Nov 2014 18:35:57 +0000 (18:35 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 10 Nov 2014 18:35:57 +0000 (18:35 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6510 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/deccc608sub.c

index 3c0ed14b816096b0be41d355ca2c99de5bca8c4c..081eb6b89bdb9ec80bab6b82ba8bb3405f14fa78 100644 (file)
@@ -1495,7 +1495,7 @@ static void handle_pac(unsigned char c1, unsigned char c2, struct s_write *wb)
         default:
             // Not rollup mode, all rows ok
             keep_lines = 0;
-            return;
+            break;
     }
     if (row < keep_lines)
     {