From e0840baae9fab20f7d94814abb01f71cc7ad28e1 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 23 Aug 2001 12:24:59 +0000 Subject: dec_video uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 5029aedbf1..3cf8e12589 100644 --- a/mplayer.c +++ b/mplayer.c @@ -594,7 +594,12 @@ play_next_file: } #endif - demuxer=NULL; stream=NULL; + stream=NULL; + demuxer=NULL; + d_audio=NULL; + d_video=NULL; + sh_audio=NULL; + sh_video=NULL; #ifdef USE_LIBVO2 current_module="vo2_new"; @@ -1809,6 +1814,9 @@ goto_next_file: // don't jump here after ao/vo/getch initialization! ++curr_filename; if(curr_filename