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/amr.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavformat/amr.c') diff --git a/libavformat/amr.c b/libavformat/amr.c index 98fd35a08c..92223ed720 100644 --- a/libavformat/amr.c +++ b/libavformat/amr.c @@ -60,11 +60,6 @@ static int amr_write_packet(AVFormatContext *s, AVPacket *pkt) put_flush_packet(&s->pb); return 0; } - -static int amr_write_trailer(AVFormatContext *s) -{ - return 0; -} #endif /* CONFIG_MUXERS */ static int amr_probe(AVProbeData *p) @@ -194,6 +189,5 @@ AVOutputFormat amr_muxer = { CODEC_ID_NONE, amr_write_header, amr_write_packet, - amr_write_trailer, }; #endif -- cgit v1.2.3