diff options
author | handbrake <[email protected]> | 2006-01-14 13:27:00 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:27:00 +0000 |
commit | b69e82fd960103c41979e00beb9b1c9fac78083b (patch) | |
tree | 264c5b637fd261c67d17e1d3649d4526c585e663 /core/HBInternal.h | |
parent | 951be4e0b69aa652c992124025c862c4f1660937 (diff) |
HandBrake 0.6.0-test3
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@12 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'core/HBInternal.h')
-rw-r--r-- | core/HBInternal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/HBInternal.h b/core/HBInternal.h index 169451980..a8adb4d44 100644 --- a/core/HBInternal.h +++ b/core/HBInternal.h @@ -1,4 +1,4 @@ -/* $Id: HBInternal.h,v 1.4 2004/01/16 20:55:21 titer Exp $ +/* $Id: HBInternal.h,v 1.5 2004/03/08 11:32:48 titer Exp $ This file is part of the HandBrake source code. Homepage: <http://handbrake.m0k.org/>. @@ -21,6 +21,8 @@ HBWork * HBMpeg2DecInit( HBHandle *, HBTitle * ); void HBMpeg2DecClose( HBWork ** ); HBWork * HBAc3DecInit( HBHandle *, HBAudio * ); void HBAc3DecClose( HBWork ** ); +HBWork * HBLpcmDecInit( HBHandle *, HBAudio * ); +void HBLpcmDecClose( HBWork ** ); HBWork * HBMadDecInit( HBHandle *, HBAudio * ); void HBMadDecClose( HBWork ** ); |