openbsd-ports/graphics/mplex/patches/patch-inptstrm_c
angelos fae68ec075 Initial import of mplex, based on FreeBSD port.
Multiplex MPEG video/audio streams.
2001-06-19 03:23:26 +00:00

26 lines
663 B
Plaintext

$OpenBSD: patch-inptstrm_c,v 1.1.1.1 2001/06/19 03:23:26 angelos Exp $
--- inptstrm.c.orig Wed May 31 09:04:11 1995
+++ inptstrm.c Sun Jun 10 00:43:14 2001
@@ -1,4 +1,5 @@
#include "main.h"
+extern int Interactive;
/*************************************************************************
MPEG Streams Kontrolle
@@ -310,6 +311,7 @@ unsigned int length;
fclose (info_file);
output_info_video (video_info);
+ if( Interactive )
ask_continue ();
}
@@ -565,6 +567,7 @@ unsigned int length;
close_bit_stream_r (&audio_bs);
fclose (info_file);
output_info_audio (audio_info);
+ if( Interactive )
ask_continue ();
}