Removed unecessary Info line.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2747 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
411952c3c7
commit
d9542aba28
|
@ -1279,7 +1279,6 @@ int LocalCamera::Capture( Image &image )
|
||||||
imgConversionContext = sws_getContext( width, height, ffPixFormat, width, height, PIX_FMT_RGB24, SWS_BICUBIC, NULL, NULL, NULL );
|
imgConversionContext = sws_getContext( width, height, ffPixFormat, width, height, PIX_FMT_RGB24, SWS_BICUBIC, NULL, NULL, NULL );
|
||||||
if ( !imgConversionContext )
|
if ( !imgConversionContext )
|
||||||
Fatal( "Unable to initialise image scaling context" );
|
Fatal( "Unable to initialise image scaling context" );
|
||||||
Info( "Using swscaler" );
|
|
||||||
|
|
||||||
tmpPicture = avcodec_alloc_frame();
|
tmpPicture = avcodec_alloc_frame();
|
||||||
if ( !tmpPicture )
|
if ( !tmpPicture )
|
||||||
|
|
Loading…
Reference in New Issue