during some experiments adding video to chan_oss/chan_alsa,
(which btw is in good shape - we can display video from
linphone using h263p, with just a smallish patch and
the addition of ffmpeg and SDL libraries)
a student of mine found out that the statement
rtp->f.seqno = seqno;
in ast_rtp_read() is done only for audio frames.
We think it is useful if not necessary for video as well,
and given that there is room in the struct header, why
don't keep the info unconditionally also for other frame
types ?
I'd be tempted to move the assignment before the test for
audio/video/other frames.
Comments anyone ?
cheers
luigi
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
|