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/
10 lines
208 B
C
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>
|
|
|