mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(ffmpeg_core.c) Buildfix
This commit is contained in:
parent
e74e402cdc
commit
caa0175fcb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user