diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-08-23 14:30:11 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-24 10:13:32 -0700 |
commit | 389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6 (patch) | |
tree | d27b95e91f7471c79e88b8b36173822e4ab316dd /avconv.c | |
parent | 4ae30cac228e0987faa528e7e6305a52712b5ad9 (diff) | |
download | ffmpeg-389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6.tar.gz |
avconv: Remove dead store.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1627,7 +1627,6 @@ static int output_packet(InputStream *ist, int ist_index, } break; } - ret = avpkt.size; avpkt.size = 0; } |