(ffmpeg_core.c) nits
This commit is contained in:
parent
c4c96aa843
commit
955c399386
|
@ -1172,12 +1172,10 @@ static void decode_thread(void *data)
|
|||
(void)data;
|
||||
|
||||
if (video_stream >= 0)
|
||||
{
|
||||
sws = sws_getCachedContext(NULL,
|
||||
media.width, media.height, vctx->pix_fmt,
|
||||
media.width, media.height, PIX_FMT_RGB32,
|
||||
SWS_POINT, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
for (i = 0; (int)i < audio_streams_num; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue