mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 18:31:37 +00:00
dtshd: remove redundant/wrong avio_tell()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
1470c8a9a3
commit
eb71f027f0
@ -119,7 +119,6 @@ static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
return ret;
|
||||
|
||||
pkt->stream_index = 0;
|
||||
pkt->pos = avio_tell(s->pb);
|
||||
dtshd->left -= ret;
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user