avconv: remove unsubstantiated comment

All the currently supported OS-es manage to use return values
properly.
pull/2/head
Luca Barbato 13 years ago
parent 8562d9bd6c
commit f75e3d25d0
  1. 2
      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)

Loading…
Cancel
Save