diff options
author | jstebbins <[email protected]> | 2015-04-22 21:11:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-04-22 21:11:30 +0000 |
commit | c48e55d5563dc05aed1652a34bc5359376aed2a7 (patch) | |
tree | f693e6ec79680b9cbd6e6e0101ec110804ca9cd4 /libhb/ports.h | |
parent | d839ca1690e89704f2b4a8e7d5ab40f8b7cb6a83 (diff) |
sync: fix frame p-to-p extra audio after end frame
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7119 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 42cdede6a..9a3da7a6a 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -133,6 +133,8 @@ hb_thread_t * hb_thread_init( const char * name, thread_func_t *function, void hb_thread_close( hb_thread_t ** ); int hb_thread_has_exited( hb_thread_t * ); +void hb_yield(void); + /************************************************************************ * Mutexes ***********************************************************************/ |