diff options
author | jbrjake <[email protected]> | 2008-01-22 19:53:33 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-01-22 19:53:33 +0000 |
commit | 4b36eaae98f6b2ac260f3ee741f22c7f07bcb7ad (patch) | |
tree | 566da627b82df9c439defb3ff6e2bdfb80c3a0ba /libhb/internal.h | |
parent | 9f7c6f5bd3eb26e1bbaafa535aa7f2f600e4ab56 (diff) |
Maintains separate filter settings for each job. This prevents the MacGui from using the same filter settings for every job in the queue. Patch from travistex.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1228 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index e4d5bee49..3a4e86a95 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -19,6 +19,8 @@ void hb_list_empty( hb_list_t ** ); hb_title_t * hb_title_init( char * dvd, int index ); void hb_title_close( hb_title_t ** ); +void hb_filter_close( hb_filter_object_t ** ); + /*********************************************************************** * hb.c **********************************************************************/ |