mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +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
|
#ifdef HAVE_FFMPEG_AVFORMAT_NEW_STREAM
|
||||||
AVStream *stream = avformat_new_stream(ctx, handle->video.encoder);
|
AVStream *stream = avformat_new_stream(ctx, handle->video.encoder);
|
||||||
#else
|
#else
|
||||||
int stream_cnt = 0;
|
unsigned stream_cnt = 0;
|
||||||
AVStream *stream = av_new_stream(ctx, stream_cnt++);
|
AVStream *stream = av_new_stream(ctx, stream_cnt++);
|
||||||
#endif
|
#endif
|
||||||
stream->codec = handle->video.codec;
|
stream->codec = handle->video.codec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user