diff options
author | eddyg <[email protected]> | 2009-05-07 04:37:47 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-05-07 04:37:47 +0000 |
commit | 5a583fb1d543fd6336dcadd8f653654debba2f74 (patch) | |
tree | 7d0697232f4c713f741b21546cca1f2465b36193 /libhb/internal.h | |
parent | 080a7aef7af9107730d6d0ca9ffcfca6abe32df8 (diff) |
Change CC608 decoder to be its own thread
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2396 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index f5df6cec9..b05e50a48 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -254,8 +254,9 @@ enum { WORK_SYNC = 1, WORK_DECMPEG2, - WORK_DECSUB, - WORK_ENCSUB, + WORK_DECCC608, + WORK_DECVOBSUB, + WORK_ENCVOBSUB, WORK_RENDER, WORK_ENCAVCODEC, WORK_ENCXVID, |