diff options
author | Luca Abeni <lucabe72@email.it> | 2009-12-28 13:38:21 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-12-28 13:38:21 +0000 |
commit | cd7bfe40799778cec54586b8e99bea8a9e44ebf6 (patch) | |
tree | 3c6902b4ff69031a19e03258c3f704fe53259506 | |
parent | b3fbe02c868ab2f545c9153037fec3f81c82ca88 (diff) | |
download | ffmpeg-cd7bfe40799778cec54586b8e99bea8a9e44ebf6.tar.gz |
Remove outdated comment
Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtpenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index e522b1a83d..9b356c1026 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -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; |