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

@@ -868,7 +868,7 @@ AVFormatContext *cPlayback::GetAVFormatContext()
void cPlayback::ReleaseAVFormatContext()
{
avft->streams = NULL;
avft->nb_streams = NULL;
avft->nb_streams = 0;
}
#if 0