mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 12:24:52 +00:00
win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)
Originally committed as revision 2199 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e91df37619
commit
3633ada546
4
ffmpeg.c
4
ffmpeg.c
@ -1149,7 +1149,11 @@ static int av_encode(AVFormatContext **output_files,
|
|||||||
stream_no_data = 0;
|
stream_no_data = 0;
|
||||||
key = -1;
|
key = -1;
|
||||||
|
|
||||||
|
#ifndef CONFIG_WIN32
|
||||||
for(; received_sigterm == 0;) {
|
for(; received_sigterm == 0;) {
|
||||||
|
#else
|
||||||
|
for(;;) {
|
||||||
|
#endif
|
||||||
int file_index, ist_index;
|
int file_index, ist_index;
|
||||||
AVPacket pkt;
|
AVPacket pkt;
|
||||||
uint8_t *ptr;
|
uint8_t *ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user