(ffmpeg_core.c) Buildfix

This commit is contained in:
twinaphex 2015-06-30 14:38:19 +02:00
parent e74e402cdc
commit caa0175fcb

View File

@ -1104,7 +1104,7 @@ static void decode_thread(void *data)
{
unsigned i;
AVFrame *aud_frame, *vid_frame;
SwrContext *swr[audio_streams_num] = {NULL};
SwrContext *swr[audio_streams_num];
void *conv_frame_buf = NULL;
size_t frame_size = 0;
int16_t *audio_buffer = NULL;