Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2009-05-03 13:32:40 +0400
committerBenjamin Larsson <banan@ludd.ltu.se>2009-05-03 13:32:40 +0400
commit6b71ed1678e83017e7d6f4531ff68041e2949e91 (patch)
tree533eb603b6df7ddb8ef9dbd61a13da99d13d6749 /libavformat/mtv.c
parent66311f86d4dec618eeab5af36e96408eb16cd6a5 (diff)
Remove dead assignments found by CSA
Originally committed as revision 18733 to svn://svn.ffmpeg.org/ffmpeg/trunk
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);