Commit eb71f027 authored by Paul B Mahol's avatar Paul B Mahol

dtshd: remove redundant/wrong avio_tell()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 1470c8a9
......@@ -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;
......
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