[Asterisk-video] if2 bit stuffing in app_h324m
Klaus Darilion
klaus.mailinglists at pernau.at
Tue Jul 31 12:10:06 CDT 2007
I just made my first commit:
Index: app_h324m.c
===================================================================
--- app_h324m.c (revision 119)
+++ app_h324m.c (working copy)
@@ -348,6 +348,10 @@
if (FrameGetType(frame)==MEDIA_VIDEO)
/* Send it back */
H324MSessionSendFrame(id,frame);
+ /* uncomment the next lines to have
audio loopback too
+ Note: this can cause loopback/echo
problems */
+ //if (FrameGetType(frame)==MEDIA_AUDIO)
+ // H324MSessionSendFrame(id,frame);
/* Delete frame */
FrameDestroy(frame);
}
Is there a mechanism to be informed about SVN commits? E.g. I would like
to receive info about SVN commits to my email address.
regards
klaus
Sergio Garcia Murillo wrote:
> ----- Original Message -----
> From: "Francesco Emmi" <francesco.emmi at a-tono.com>
>
>> I hope this helps you. (I believe it is simpler to do that to explain
> :-) )
>
> Hope so, I'm completelly lost.. :)
>
> Nice to have you arround here guys, great job.. by the way the svn accounts
> should be fixed now.
>
> Best regards
> Sergio
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-video
More information about the asterisk-video
mailing list