mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
timebase fix
Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
26f86eaf03
commit
38cf2a723c
@ -802,7 +802,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
|
||||
return AV_NOPTS_VALUE;
|
||||
}
|
||||
|
||||
pts= pkt->pts * 1000 / AV_TIME_BASE;
|
||||
pts= pkt->pts;
|
||||
|
||||
av_free_packet(pkt);
|
||||
if(pkt->flags&PKT_FLAG_KEY){
|
||||
|
Loading…
x
Reference in New Issue
Block a user