Commit f75e3d25 authored by Luca Barbato's avatar Luca Barbato

avconv: remove unsubstantiated comment

All the currently supported OS-es manage to use return values
properly.
parent 8562d9bd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment