Module: libav
Branch: master
Commit: 389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6

Author:    Alex Converse <[email protected]>
Committer: Alex Converse <[email protected]>
Date:      Tue Aug 23 14:30:11 2011 -0700

avconv: Remove dead store.

---

 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;
         }
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to