Style nit.

This commit is contained in:
Themaister 2011-11-05 11:37:04 +01:00
parent cdf3d05c8e
commit 47e63f1c6b

View File

@ -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;