mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
server and a generic audio and video file converter. It can convert a standard video source into several file formats based on DCT/motion compensation encoding. Sound is compressed in MPEG audio layer 2 or using an AC3 compatible stream. What makes ffmpeg interesting ? - Simple and efficient video encoder: outputs MPEG1, H263, Real Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the same encoder core. - Hyper fast MPEG audio layer 2 compression (50 times faster than realtime on a K6 500). [snip -> rest on website below] ffmpeg is made of two programs: * ffmpeg: soft VCR which encodes in real time to several formats. It can also encode from any supported input file format to any input supported format. * ffserver: high performance live broadcast streaming server based on the ffmpeg core encoders. WWW: http://ffmpeg.mplayerhq.hu/
11 lines
290 B
C
11 lines
290 B
C
--- libavformat/udp.c.orig 2009-05-15 17:24:45.000000000 +0200
|
|
+++ libavformat/udp.c 2009-05-15 17:27:17.000000000 +0200
|
|
@@ -45,6 +45,8 @@
|
|
#define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)
|
|
#endif
|
|
|
|
+#define IPPROTO_IPV6 41
|
|
+
|
|
typedef struct {
|
|
int udp_fd;
|
|
int ttl;
|