[SCM] libav/experimental: win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:37:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 3633ada54620154a7535772a0724d86a866caedf
Author: Bill Eldridge <bill at rfa.org>
Date:   Tue Sep 2 09:11:21 2003 +0000

    win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)
    
    Originally committed as revision 2199 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 0b6da2e..f0926f8 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list