Remove outdated comment

Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2009-12-28 13:38:21 +00:00
parent b3fbe02c86
commit cd7bfe4079

View File

@ -339,7 +339,6 @@ static void rtp_send_mpegts_raw(AVFormatContext *s1,
}
}
/* 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;