mirror of
https://github.com/libretro/RetroArch
synced 2025-01-25 06:35:30 +00:00
Style nit.
This commit is contained in:
parent
cdf3d05c8e
commit
47e63f1c6b
@ -233,7 +233,7 @@ static bool init_muxer(ffemu_t *handle)
|
||||
#ifdef HAVE_FFMPEG_AVFORMAT_NEW_STREAM
|
||||
AVStream *stream = avformat_new_stream(ctx, handle->video.encoder);
|
||||
#else
|
||||
int stream_cnt = 0;
|
||||
unsigned stream_cnt = 0;
|
||||
AVStream *stream = av_new_stream(ctx, stream_cnt++);
|
||||
#endif
|
||||
stream->codec = handle->video.codec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user