summaryrefslogtreecommitdiff
path: root/misc/avdetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/avdetector.cpp')
-rw-r--r--misc/avdetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/avdetector.cpp b/misc/avdetector.cpp
index d66988e..8f3bc8f 100644
--- a/misc/avdetector.cpp
+++ b/misc/avdetector.cpp
@@ -55,7 +55,7 @@ int cAudioVideoDetector::detectVideoProperties(cUPnPResource* Resource, const ch
unsigned int bitrate = CodecCtx->bit_rate;
const char* codecName = (Codec)?Codec->name:"unknown";
- MESSAGE("AVDetector: %s-stream %dx%d at %d bit/s", codecName, width, height, bitrate);
+ MESSAGE(VERBOSE_METADATA, "AVDetector: %s-stream %dx%d at %d bit/s", codecName, width, height, bitrate);
Resource->mBitrate = bitrate;
Resource->mSampleFrequency = CodecCtx->sample_rate;