From eb71f027f0581fd732fe33e559e38855f90da66f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Oct 2012 11:23:57 +0000 Subject: [PATCH] dtshd: remove redundant/wrong avio_tell() Signed-off-by: Paul B Mahol --- libavformat/dtshddec.c | 1 - 1 file changed, 1 deletion(-) 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;