Commit 32a57075 authored by michaelni's avatar michaelni

win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2199 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ac59f35e
......@@ -1149,7 +1149,11 @@ static int av_encode(AVFormatContext **output_files,
stream_no_data = 0;
key = -1;
#ifndef CONFIG_WIN32
for(; received_sigterm == 0;) {
#else
for(;;) {
#endif
int file_index, ist_index;
AVPacket pkt;
uint8_t *ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment