[FFmpeg-cvslog] dtshd: remove redundant/wrong avio_tell()
Paul B Mahol
git at videolan.org
Wed Oct 10 13:27:59 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Oct 10 11:23:57 2012 +0000| [eb71f027f0581fd732fe33e559e38855f90da66f] | committer: Paul B Mahol
dtshd: remove redundant/wrong avio_tell()
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb71f027f0581fd732fe33e559e38855f90da66f
---
libavformat/dtshddec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/dtshddec.c b/libavformat/dtshddec.c
index 8187a7a..cee4d33 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;
More information about the ffmpeg-cvslog
mailing list