diff options
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_parser.c')
| -rw-r--r-- | apps/plugins/mpegplayer/mpeg_parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 5b863da..167f07d 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -1141,6 +1141,8 @@ int parser_init_stream(void) str_parser.start_pts = video_str.start_pts; str_parser.end_pts = video_str.end_pts; } + + str_parser.last_seek_time = str_parser.start_pts; } else { |