Browse Source

avconv: remove unsubstantiated comment

All the currently supported OS-es manage to use return values
properly.
tags/n0.9
Luca Barbato 13 years ago
parent
commit
f75e3d25d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      avconv.c

+ 1
- 1
avconv.c 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)


Loading…
Cancel
Save