From ce3eaf6e094d025149ff0090f3de9437c39aab67 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 9 Apr 2002 13:53:52 +0000 Subject: =?UTF-8?q?patch=20to=20fix=20libsputext=20on=20seeks=20by=20Zolt?= =?UTF-8?q?=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVS patchset: 1703 CVS date: 2002/04/09 13:53:52 --- src/xine-engine/video_decoder.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_decoder.c') diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index 359c28274..7bc3d68a1 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.81 2002/04/09 03:38:01 miguelfreitas Exp $ + * $Id: video_decoder.c,v 1.82 2002/04/09 13:53:52 miguelfreitas Exp $ * */ @@ -185,6 +185,9 @@ void *video_decoder_loop (void *this_gen) { if (this->cur_video_decoder_plugin) { this->cur_video_decoder_plugin->reset (this->cur_video_decoder_plugin); } + if (this->cur_spu_decoder_plugin) { + this->cur_spu_decoder_plugin->reset (this->cur_spu_decoder_plugin); + } break; case BUF_CONTROL_DISCONTINUITY: -- cgit v1.2.3