This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
8562d9bd6c
commit
f75e3d25d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save