[FFmpeg-cvslog] avconv: remove unsubstantiated comment
Luca Barbato
git at videolan.org
Fri Dec 9 00:18:56 CET 2011
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu Dec 8 02:17:18 2011 +0100| [f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b] | committer: Luca Barbato
avconv: remove unsubstantiated comment
All the currently supported OS-es manage to use return values
properly.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b
---
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)
More information about the ffmpeg-cvslog
mailing list