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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user