This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
asfdec: use dts for seeking.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
13 years ago
parent
bb4eabacea
commit
ba7f18876c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/asfdec.c
+ 1
- 1
libavformat/asfdec.c
View File
@@ -1181,7 +1181,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
return AV_NOPTS_VALUE;
}
pts= pkt->
p
ts;
pts= pkt->
d
ts;
av_free_packet(pkt);
if(pkt->flags&AV_PKT_FLAG_KEY){
Write
Preview
Loading…
Cancel
Save