diff options
Diffstat (limited to 'src/xine-engine/video_decoder.c')
-rw-r--r-- | src/xine-engine/video_decoder.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index 028e3546d..adb5876e5 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.c @@ -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: video_decoder.c,v 1.22 2001/06/14 10:48:24 guenter Exp $ + * $Id: video_decoder.c,v 1.23 2001/06/16 14:34:49 guenter Exp $ * */ @@ -141,15 +141,6 @@ void video_decoder_init (xine_t *this) { pthread_create (&this->video_thread, NULL, video_decoder_loop, this) ; } -void video_decoder_stop (xine_t *this) { - this->video_fifo->clear(this->video_fifo); - - if (this->cur_video_decoder_plugin) { - this->cur_video_decoder_plugin->close (this->cur_video_decoder_plugin); - this->cur_video_decoder_plugin = NULL; - } -} - void video_decoder_shutdown (xine_t *this) { buf_element_t *buf; |