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:
stan 2009-02-08 17:46:00 +00:00
parent 411952c3c7
commit d9542aba28
1 changed files with 0 additions and 1 deletions

View File

@ -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 );
if ( !imgConversionContext )
Fatal( "Unable to initialise image scaling context" );
Info( "Using swscaler" );
tmpPicture = avcodec_alloc_frame();
if ( !tmpPicture )