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
avisynth: Remove wrong pts calculation.
Fixes Ticket428 (cherry picked from commit
4f123a7d7c
)
tags/n0.8.4
chinshou
Michael Niedermayer
14 years ago
parent
7181adab80
commit
ab2ea6415b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/avisynth.c
+ 0
- 1
libavformat/avisynth.c
View File
@@ -165,7 +165,6 @@ static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
res = AVIStreamRead(stream->handle, stream->read, stream->chunck_samples, pkt->data, stream->chunck_size, &read_size, NULL);
pkt->pts = stream->read;
pkt->size = read_size;
stream->read += stream->chunck_samples;
Write
Preview
Loading…
Cancel
Save