projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927509e
)
matroskadec: set cur_dts after seek
author
Joakim Plate
<elupus@ecce.se>
Wed, 11 Jun 2008 19:54:17 +0000
(19:54 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Wed, 11 Jun 2008 19:54:17 +0000
(19:54 +0000)
patch by elupus elupus _at_ ecce _dot_ se
Originally committed as revision 13748 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskadec.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index
d6f6dcb
..
819398d
100644
(file)
--- a/
libavformat/matroskadec.c
+++ b/
libavformat/matroskadec.c
@@
-3177,6
+3177,7
@@
matroska_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp,
matroska->skip_to_keyframe = !(flags & AVSEEK_FLAG_ANY);
matroska->skip_to_stream = st;
matroska->peek_id = 0;
+ av_update_cur_dts(s, st, st->index_entries[index].timestamp);
return 0;
}