mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-24 15:49:26 +08:00
avconv: remove unsubstantiated comment
All the currently supported OS-es manage to use return values properly.
This commit is contained in:
2
avconv.c
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)
|
||||
|
Reference in New Issue
Block a user