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

lucabe subversion
Mon Dec 28 14:38:21 CET 2009


Author: lucabe
Date: Mon Dec 28 14:38:21 2009
New Revision: 20945

Log:
Remove outdated comment

Modified:
   trunk/libavformat/rtpenc.c

Modified: trunk/libavformat/rtpenc.c
==============================================================================
--- trunk/libavformat/rtpenc.c	Mon Dec 28 14:19:54 2009	(r20944)
+++ trunk/libavformat/rtpenc.c	Mon Dec 28 14:38:21 2009	(r20945)
@@ -339,7 +339,6 @@ static void rtp_send_mpegts_raw(AVFormat
     }
 }
 
-/* write an RTP packet. 'buf1' must contain a single specific frame. */
 static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
 {
     RTPMuxContext *s = s1->priv_data;



More information about the ffmpeg-cvslog mailing list