Browse Source

dtshd: remove redundant/wrong avio_tell()

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 12 years ago
parent
commit
eb71f027f0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/dtshddec.c

+ 0
- 1
libavformat/dtshddec.c View File

@@ -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…
Cancel
Save