]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc.c
Remove outdated comment
[ffmpeg] / libavformat / rtpenc.c
index e522b1a83dabba38b240421e99e19b1fede940c4..9b356c1026790323dbd31d485c4ddcee16ed2816 100644 (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;