diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-08 02:17:18 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-12-08 12:47:34 +0100 |
commit | f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b (patch) | |
tree | bdd080e174bc1e62ecb07aa2b230dffbd9314f11 /avconv.c | |
parent | 8562d9bd6c20d2ecee4f25d582cfd917f9da0d28 (diff) | |
download | ffmpeg-f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b.tar.gz |
avconv: remove unsubstantiated comment
All the currently supported OS-es manage to use return values
properly.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |