summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_parser.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c
index 6883916149..5821bd57ab 100644
--- a/apps/plugins/mpegplayer/mpeg_parser.c
+++ b/apps/plugins/mpegplayer/mpeg_parser.c
@@ -1213,6 +1213,7 @@ int parser_init_stream(void)
1213 1213
1214void parser_close_stream(void) 1214void parser_close_stream(void)
1215{ 1215{
1216 str_send_msg(&video_str, STREAM_CLOSE, 0);
1216 stream_remove_streams(); 1217 stream_remove_streams();
1217 parser_init_state(); 1218 parser_init_state();
1218} 1219}