diff options
author | jstebbins <[email protected]> | 2014-11-10 18:35:57 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-11-10 18:35:57 +0000 |
commit | e77db71d3d093697e903723b5d1c6990c4cbb45d (patch) | |
tree | 9cd6f7ce127aff2056c01615ff873c487f16b197 /libhb/deccc608sub.c | |
parent | 685d6946a503f1db65a0ffdef7c613939e1cd913 (diff) |
deccc608sub: fix positioning of popup CCs
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6510 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deccc608sub.c')
-rw-r--r-- | libhb/deccc608sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deccc608sub.c b/libhb/deccc608sub.c index 3c0ed14b8..081eb6b89 100644 --- a/libhb/deccc608sub.c +++ b/libhb/deccc608sub.c @@ -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) { |