]> granicus.if.org Git - handbrake/commitdiff
Sorry, missed one.
authorRodeo <tdskywalker@gmail.com>
Sat, 12 May 2012 18:11:13 +0000 (18:11 +0000)
committerRodeo <tdskywalker@gmail.com>
Sat, 12 May 2012 18:11:13 +0000 (18:11 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4663 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/work.c

index 9dddc72aa284ecd025eef26fa8052459275cfcb5..415e250c51a3996adc9b808bf1f8a3fc84dd5849 100644 (file)
@@ -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 );