diff options
author | Måns Rullgård <mans@mansr.com> | 2005-02-24 19:08:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-02-24 19:08:50 +0000 |
commit | 88730be65153f4a59916d971842fdaed3e0fd72b (patch) | |
tree | 1f49c5812d2382abb53df216aab8cabc3c3f56b9 /output_example.c | |
parent | 53513831da58cae7603dc01270c1cf8e4252eba0 (diff) | |
download | ffmpeg-88730be65153f4a59916d971842fdaed3e0fd72b.tar.gz |
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'output_example.c')
-rw-r--r-- | output_example.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |