mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix warnings
This commit is contained in:
@@ -868,7 +868,7 @@ AVFormatContext *cPlayback::GetAVFormatContext()
|
||||
void cPlayback::ReleaseAVFormatContext()
|
||||
{
|
||||
avft->streams = NULL;
|
||||
avft->nb_streams = NULL;
|
||||
avft->nb_streams = 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user