diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-16 14:34:48 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-16 14:34:48 +0000 |
| commit | 528a7fbfe28ea118599df54bdb17b4c5f4850704 (patch) | |
| tree | 911cee93cc6b5fcc7ce6c6b9540d1802635f9cc8 /src/xine-engine/xine_internal.h | |
| parent | 6756ef958edc37a504f7ec4e1645e7b22ba8967c (diff) | |
| download | xine-lib-528a7fbfe28ea118599df54bdb17b4c5f4850704.tar.gz xine-lib-528a7fbfe28ea118599df54bdb17b4c5f4850704.tar.bz2 | |
more seeking/stopping bugfixes
CVS patchset: 191
CVS date: 2001/06/16 14:34:48
Diffstat (limited to 'src/xine-engine/xine_internal.h')
| -rw-r--r-- | src/xine-engine/xine_internal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 7a787907b..c3277499a 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.21 2001/06/10 23:10:52 heikos Exp $ + * $Id: xine_internal.h,v 1.22 2001/06/16 14:34:49 guenter Exp $ * */ @@ -289,8 +289,6 @@ void xine_notify_stream_finished (xine_t *this); void video_decoder_init (xine_t *this); -void video_decoder_stop (xine_t *this); - /* * quit video thread */ @@ -304,8 +302,6 @@ void video_decoder_shutdown (xine_t *this); void audio_decoder_init (xine_t *this); -void audio_decoder_stop (xine_t *this); - /* * quit audio thread */ |
