OSDN Git Service

Remove outdated comments.
authorLuca Abeni <lucabe72@email.it>
Wed, 30 Dec 2009 17:12:29 +0000 (17:12 +0000)
committerLuca Abeni <lucabe72@email.it>
Wed, 30 Dec 2009 17:12:29 +0000 (17:12 +0000)
Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpenc.c

index 97ce79f..3e913ce 100644 (file)
@@ -240,8 +240,6 @@ static void rtp_send_samples(AVFormatContext *s1,
     }
 }
 
-/* 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)
 {