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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c
index 5b863dabac..167f07da5c 100644
--- a/apps/plugins/mpegplayer/mpeg_parser.c
+++ b/apps/plugins/mpegplayer/mpeg_parser.c
@@ -1141,6 +1141,8 @@ int parser_init_stream(void)
1141 str_parser.start_pts = video_str.start_pts; 1141 str_parser.start_pts = video_str.start_pts;
1142 str_parser.end_pts = video_str.end_pts; 1142 str_parser.end_pts = video_str.end_pts;
1143 } 1143 }
1144
1145 str_parser.last_seek_time = str_parser.start_pts;
1144 } 1146 }
1145 else 1147 else
1146 { 1148 {