mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +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;
|
unsigned i;
|
||||||
AVFrame *aud_frame, *vid_frame;
|
AVFrame *aud_frame, *vid_frame;
|
||||||
SwrContext *swr[audio_streams_num] = {NULL};
|
SwrContext *swr[audio_streams_num];
|
||||||
void *conv_frame_buf = NULL;
|
void *conv_frame_buf = NULL;
|
||||||
size_t frame_size = 0;
|
size_t frame_size = 0;
|
||||||
int16_t *audio_buffer = NULL;
|
int16_t *audio_buffer = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user