[FFmpeg-cvslog] avconv: Remove dead store.
Alex Converse
git at videolan.org
Wed Aug 24 20:34:18 CEST 2011
ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Tue Aug 23 14:30:11 2011 -0700| [389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6] | committer: Alex Converse
avconv: Remove dead store.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6
---
avconv.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/avconv.c b/avconv.c
index efb9b12..6f1b237 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;
}
More information about the ffmpeg-cvslog
mailing list