mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
current CVS of net/linphone http://savannah.gnu.org/projects/linphone/) library [1] o Pacify gcc: add missing "return" values to non-void functions o This last round of patches get voice communications to "realtime" responsiveness levels. Previously, there were a couple seconds of latency on communications which made them a patience test. - Particularly, the change on talk/third_party/mediastreamer/msrtprecv.c where we now rely on the rtp session's send_pt payload instead of the recv_pt one o Bump PORTREVISION Obtained from: linphone's CVS [1]
10 lines
299 B
C
10 lines
299 B
C
--- talk/third_party/mediastreamer/msavencoder.h.orig Thu May 11 01:05:51 2006
|
|
+++ talk/third_party/mediastreamer/msavencoder.h Thu May 11 01:06:18 2006
|
|
@@ -44,6 +44,7 @@
|
|
gint av_opened;
|
|
MSBuffer *comp_buf;
|
|
MSBuffer *yuv_buf;
|
|
+ MSMessage *outm;
|
|
};
|
|
|
|
typedef struct _MSAVEncoder MSAVEncoder;
|