avisynth: Remove wrong pts calculation.

Fixes Ticket428
This commit is contained in:
chinshou 2011-09-10 05:21:50 +02:00 committed by Michael Niedermayer
parent 78a041a9db
commit 4f123a7d7c
1 changed files with 0 additions and 1 deletions

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;