From 88730be65153f4a59916d971842fdaed3e0fd72b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 24 Feb 2005 19:08:50 +0000 Subject: kill warnings patch by (Måns Rullgård ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- output_example.c | 1 - 1 file changed, 1 deletion(-) (limited to 'output_example.c') diff --git a/output_example.c b/output_example.c index 6f3dcb7379..214ee9fff1 100644 --- a/output_example.c +++ b/output_example.c @@ -140,7 +140,6 @@ void get_audio_frame(int16_t *samples, int frame_size, int nb_channels) void write_audio_frame(AVFormatContext *oc, AVStream *st) { - int out_size; AVCodecContext *c; AVPacket pkt; av_init_packet(&pkt); -- cgit v1.2.3