comparison rtpenc.c @ 5481:999956f447c9 libavformat

Remove outdated comments.
author lucabe
date Wed, 30 Dec 2009 17:12:29 +0000
parents 17744e7f9e4c
children f9d233143854
comparison
equal deleted inserted replaced
5480:42d058e5d7b5 5481:999956f447c9
238 ff_rtp_send_data(s1, s->buf, s->buf_ptr - s->buf, 0); 238 ff_rtp_send_data(s1, s->buf, s->buf_ptr - s->buf, 0);
239 n += (s->buf_ptr - s->buf); 239 n += (s->buf_ptr - s->buf);
240 } 240 }
241 } 241 }
242 242
243 /* NOTE: we suppose that exactly one frame is given as argument here */
244 /* XXX: test it */
245 static void rtp_send_mpegaudio(AVFormatContext *s1, 243 static void rtp_send_mpegaudio(AVFormatContext *s1,
246 const uint8_t *buf1, int size) 244 const uint8_t *buf1, int size)
247 { 245 {
248 RTPMuxContext *s = s1->priv_data; 246 RTPMuxContext *s = s1->priv_data;
249 int len, count, max_packet_size; 247 int len, count, max_packet_size;