freebsd-ports/multimedia/replex/files/patch-pes.c
Dirk Meyer e638b9b307 Replex was created to remultiplex transport stream (TS) data taken from a DVB
source. The result is supposed to be a program stream (PS) that can be
used to be burned to a DVD (with dvdauthor).
Replex can also remultiplex other PSs and AVIs with MPEG2 content.

WWW: http://www.metzlerbros.org/dvb/
2004-01-20 04:45:05 +00:00

10 lines
208 B
C

--- pes.c.orig Sun Dec 28 17:57:19 2003
+++ pes.c Tue Jan 20 05:15:09 2004
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <string.h>