changeset 5478:c75f52005f22 libavformat

Remove outdated comment
author lucabe
date Mon, 28 Dec 2009 13:38:21 +0000
parents 2ba624c6c869
children 17744e7f9e4c
files rtpenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtpenc.c	Mon Dec 28 13:19:54 2009 +0000
+++ b/rtpenc.c	Mon Dec 28 13:38:21 2009 +0000
@@ -339,7 +339,6 @@
     }
 }
 
-/* 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;