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:
parent
50b5477616
commit
1470c8a9a3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user