Module: libav
Branch: master
Commit: f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Thu Dec  8 02:17:18 2011 +0100

avconv: remove unsubstantiated comment

All the currently supported OS-es manage to use return values
properly.

---

 avconv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avconv.c b/avconv.c
index 54aa89b..3b1500b 100644
--- a/avconv.c
+++ b/avconv.c
@@ -556,7 +556,7 @@ void exit_program(int ret)
         exit (255);
     }
 
-    exit(ret); /* not all OS-es handle main() return value */
+    exit(ret);
 }
 
 static void assert_avoptions(AVDictionary *m)

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to