Commit 1470c8a9 authored by Paul B Mahol's avatar Paul B Mahol

takdec: remove redundant/wrong avio_tell()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 50b54776
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment