mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-22 23:45:30 +08:00
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Michael Niedermayer

parent
53513831da
commit
88730be651
@ -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);
|
||||
|
Reference in New Issue
Block a user