Browse Source

Remove outdated comment

Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Luca Abeni 15 years ago
parent
commit
cd7bfe4079
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/rtpenc.c

+ 0
- 1
libavformat/rtpenc.c 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;


Loading…
Cancel
Save