From 7994ed1eb7342ea4eaa0b54bc8ccfd1f4246ea41 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 11 Mar 2009 17:39:08 +0000 Subject: [PATCH] changed debug info to output to INFO instaed of NOTICE. --- src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp | 10 +++++----- src/osgPlugins/ffmpeg/FFmpegImageStream.cpp | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp b/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp index fe6ffa43b..0b50ef38c 100644 --- a/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp +++ b/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp @@ -32,7 +32,7 @@ FFmpegDecoderVideo::FFmpegDecoderVideo(PacketQueue & packets, FFmpegClocks & clo FFmpegDecoderVideo::~FFmpegDecoderVideo() { - osg::notify(osg::NOTICE)<<"Destructing FFmpegDecoderVideo..."<data, src->linesize, 0, src_height, dst->data, dst->linesize); #else - osg::notify(osg::NOTICE)<<"Using img_convert "; + osg::notify(osg::INFO)<<"Using img_convert "; int result = img_convert(dst, dst_pix_fmt, src, src_pix_fmt, src_width, src_height); #endif osg::Timer_t endTick = osg::Timer::instance()->tick(); - osg::notify(osg::NOTICE)<<" time = "<delta_m(startTick,endTick)<<"ms"<