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;
|
return ret;
|
||||||
|
|
||||||
pkt->stream_index = 0;
|
pkt->stream_index = 0;
|
||||||
pkt->pos = avio_tell(s->pb);
|
|
||||||
dtshd->left -= ret;
|
dtshd->left -= ret;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user