From 80cc015bc52a754be547b95858d12dc664615fc9 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 2 May 2012 13:37:48 +0000 Subject: libhb: fix problem with filter initialization Under certain circumstances, a filter could get skipped during initialization git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4628 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/work.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/work.c') diff --git a/libhb/work.c b/libhb/work.c index 8a7e0ab24..f237a0a9b 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -525,6 +525,7 @@ void hb_filter_init_next( hb_list_t * list, int *score, int *ret_pos ) { pos = 0; (*score)++; + ii = 0; } hb_filter_object_t * filter = hb_list_item( list, pos ); if ( filter->init_index == *score ) -- cgit v1.2.3