summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-05-12 18:11:13 +0000
committerRodeo <[email protected]>2012-05-12 18:11:13 +0000
commitf7690849cf909651ad0dd90ccdfb27455be09ba3 (patch)
tree87e7b6867060daff706314b8ae7db1cd6f1c9909 /libhb/work.c
parent4e20365ff4a3e7f57d2b0c1e1d8197ccd13425b9 (diff)
Sorry, missed one.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4663 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 9dddc72aa..415e250c5 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1335,8 +1335,9 @@ cleanup:
hb_fifo_close( &job->fifo_render );
hb_fifo_close( &job->fifo_mpeg4 );
- for (i = 0; i < hb_list_count( title->list_subtitle ); i++) {
- subtitle = hb_list_item( title->list_subtitle, i);
+ for( i = 0; i < hb_list_count( title->list_subtitle ); i++ )
+ {
+ subtitle = hb_list_item( title->list_subtitle, i );
if( subtitle )
{
hb_fifo_close( &subtitle->fifo_in );