diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-14 13:28:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-14 13:28:31 +0000 |
commit | 8cc18436f0f9d30461965d5e589e5cec03e48748 (patch) | |
tree | e443c7213468e7bb555a958445528f6a56714c91 /src/xine-engine/xine_internal.h | |
parent | dfd980788abf3d0905a24204bf8d0554dc4d8a77 (diff) | |
download | xine-lib-8cc18436f0f9d30461965d5e589e5cec03e48748.tar.gz xine-lib-8cc18436f0f9d30461965d5e589e5cec03e48748.tar.bz2 |
whoups, forgot to remove some spu_dec functions...
CVS patchset: 276
CVS date: 2001/07/14 13:28:31
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index a9292ca9d..9fa9c2f26 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.28 2001/07/14 12:50:34 guenter Exp $ + * $Id: xine_internal.h,v 1.29 2001/07/14 13:28:32 guenter Exp $ * */ @@ -314,19 +314,6 @@ void video_decoder_shutdown (xine_t *this); */ /* - * init spu decoder, allocate spu fifo, - * start spu decoder thread - */ - -void spu_decoder_init (xine_t *this); - -/* - * quit spu thread - */ - -void spu_decoder_shutdown (xine_t *this); - -/* * init audio decoders, allocate audio fifo, * start audio decoder thread */ |