mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -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
377 B
C
11 lines
377 B
C
--- libavcodec/libgsm.c.orig 2010-07-21 10:24:16.297810379 +0200
|
|
+++ libavcodec/libgsm.c 2010-07-21 10:24:22.915234561 +0200
|
|
@@ -28,7 +28,7 @@
|
|
// The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
|
|
|
|
#include "avcodec.h"
|
|
-#include <gsm/gsm.h>
|
|
+#include <gsm.h>
|
|
|
|
// gsm.h misses some essential constants
|
|
#define GSM_BLOCK_SIZE 33
|