prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7975048628
commit
c367d06702
5 changed files with 9 additions and 0 deletions
2
ffmpeg.c
2
ffmpeg.c
|
@ -55,6 +55,8 @@
|
|||
#define INFINITY HUGE_VAL
|
||||
#endif
|
||||
|
||||
#undef exit
|
||||
|
||||
/* select an input stream for an output stream */
|
||||
typedef struct AVStreamMap {
|
||||
int file_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue