summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-08-23 14:30:11 -0700
committerAlex Converse <alex.converse@gmail.com>2011-08-24 10:13:32 -0700
commit389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6 (patch)
treed27b95e91f7471c79e88b8b36173822e4ab316dd /avconv.c
parent4ae30cac228e0987faa528e7e6305a52712b5ad9 (diff)
avconv: Remove dead store.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index efb9b12a32..6f1b23736e 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1627,7 +1627,6 @@ static int output_packet(InputStream *ist, int ist_index,
}
break;
}
- ret = avpkt.size;
avpkt.size = 0;
}