diff options
-rw-r--r-- | libavformat/dtshddec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/dtshddec.c b/libavformat/dtshddec.c index 8187a7a6a6..cee4d333d6 100644 --- a/libavformat/dtshddec.c +++ b/libavformat/dtshddec.c @@ -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; |