diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-10-10 11:23:57 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-10-10 11:25:36 +0000 |
commit | eb71f027f0581fd732fe33e559e38855f90da66f (patch) | |
tree | c1aee5a321f72e7d92e6ab041ef37d3072b90922 /libavformat/dtshddec.c | |
parent | 1470c8a9a3a782c280a37df0bff18d0134e241a4 (diff) | |
download | ffmpeg-eb71f027f0581fd732fe33e559e38855f90da66f.tar.gz |
dtshd: remove redundant/wrong avio_tell()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/dtshddec.c')
-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; |