1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

takdec: remove redundant/wrong avio_tell()

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-10-10 11:21:34 +00:00
parent 50b5477616
commit 1470c8a9a3

View File

@ -162,7 +162,6 @@ static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
return ret;
pkt->stream_index = 0;
pkt->pos = avio_tell(pb);
tc->left -= ret;
} else {
ret = ff_raw_read_partial_packet(s, pkt);