summaryrefslogtreecommitdiff
path: root/libavformat/mtv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mtv.c')
-rw-r--r--libavformat/mtv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mtv.c b/libavformat/mtv.c
index dd488ad458..564cb44762 100644
--- a/libavformat/mtv.c
+++ b/libavformat/mtv.c
@@ -133,8 +133,6 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
int i;
#endif
- ret = 0;
-
if((url_ftell(pb) - s->data_offset + mtv->img_segment_size) % mtv->full_segment_size)
{
url_fskip(pb, MTV_AUDIO_PADDING_SIZE);