mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
84b6c91edc
combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. WWW: https://github.com/gfto/mptsd
11 lines
210 B
C
11 lines
210 B
C
--- libtsfuncs/pes_data.c.orig 2011-09-16 12:32:55 UTC
|
|
+++ libtsfuncs/pes_data.c
|
|
@@ -7,6 +7,7 @@
|
|
*/
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <stdint.h>
|
|
|
|
#include "tsdata.h"
|
|
#include "tsfuncs.h"
|