From 7cf099952989b3260794b284b53af7423f2b5b79 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Wed, 27 Jun 2007 06:54:47 +0000 Subject: remove empty write trailer functions patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavformat/rtp.c') diff --git a/libavformat/rtp.c b/libavformat/rtp.c index c9bc3d80b8..da1d942868 100644 --- a/libavformat/rtp.c +++ b/libavformat/rtp.c @@ -1055,12 +1055,6 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt) return 0; } -static int rtp_write_trailer(AVFormatContext *s1) -{ - // RTPDemuxContext *s = s1->priv_data; - return 0; -} - AVOutputFormat rtp_muxer = { "rtp", "RTP output format", @@ -1071,5 +1065,4 @@ AVOutputFormat rtp_muxer = { CODEC_ID_NONE, rtp_write_header, rtp_write_packet, - rtp_write_trailer, }; -- cgit v1.2.3