avconv: remove unsubstantiated comment

All the currently supported OS-es manage to use return values
properly.
This commit is contained in:
Luca Barbato 2011-12-08 02:17:18 +01:00
parent 8562d9bd6c
commit f75e3d25d0

View File

@ -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)