avconv: remove unsubstantiated comment
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 8 Dec 2011 01:17:18 +0000 (02:17 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 8 Dec 2011 11:47:34 +0000 (12:47 +0100)
All the currently supported OS-es manage to use return values
properly.

avconv.c

index 54aa89b..3b1500b 100644 (file)
--- 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)