[FFmpeg-cvslog] r20983 - trunk/libavformat/rtpenc.c

lucabe subversion
Wed Dec 30 18:12:29 CET 2009


Author: lucabe
Date: Wed Dec 30 18:12:29 2009
New Revision: 20983

Log:
Remove outdated comments.

Modified:
   trunk/libavformat/rtpenc.c

Modified: trunk/libavformat/rtpenc.c
==============================================================================
--- trunk/libavformat/rtpenc.c	Wed Dec 30 17:19:28 2009	(r20982)
+++ trunk/libavformat/rtpenc.c	Wed Dec 30 18:12:29 2009	(r20983)
@@ -240,8 +240,6 @@ static void rtp_send_samples(AVFormatCon
     }
 }
 
-/* NOTE: we suppose that exactly one frame is given as argument here */
-/* XXX: test it */
 static void rtp_send_mpegaudio(AVFormatContext *s1,
                                const uint8_t *buf1, int size)
 {



More information about the ffmpeg-cvslog mailing list