fix warnings

This commit is contained in:
BPanther
2021-06-06 02:51:38 +02:00
committed by Thilo Graf
parent d0c36b9b09
commit 4f5a51c619
2 changed files with 2 additions and 2 deletions

View File

@@ -3334,7 +3334,7 @@ static int container_ffmpeg_av_context(Context_t *context, AVFormatContext *ext_
else
{
ext_avContext->streams = NULL;
ext_avContext->nb_streams = NULL;
ext_avContext->nb_streams = 0;
}
return cERR_CONTAINER_FFMPEG_NO_ERROR;