quiet coverity

This commit is contained in:
Isaac Connor 2017-12-12 13:25:41 -05:00
parent b246ae4d19
commit 5f0db60c38
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ void VideoStream::SetupCodec( int colours, int subpixelorder, int width, int hei
if ( !ost ) {
Fatal( "Could not alloc stream" );
return;
}
ost->id = ofc->nb_streams - 1;