Fixed a compile warning
This commit is contained in:
parent
9e9edc4805
commit
3157bfdd35
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ bool AnalyserOGG::parsePacket(){
|
|||
}
|
||||
if (sn2Codec[oggPage.getBitstreamSerialNumber()] != ""){
|
||||
INFO_MSG("Bitstream %llu recognized as %s", oggPage.getBitstreamSerialNumber(),
|
||||
sn2Codec[oggPage.getBitstreamSerialNumber()]);
|
||||
sn2Codec[oggPage.getBitstreamSerialNumber()].c_str());
|
||||
}else{
|
||||
WARN_MSG("Bitstream %llu not recognized!", oggPage.getBitstreamSerialNumber());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue