diff options
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 */ |