Skip to content

Commit 9fe1359

Browse files
author
Clement Champetier
committed
AudioProperties: clean getChannelDescription
Clean preprocessor instructions.
1 parent 104451e commit 9fe1359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AvTranscoder/mediaProperty/AudioProperties.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ std::string AudioProperties::getChannelDescription() const
116116
if( channelDescription )
117117
return std::string( channelDescription );
118118
return "unknown channel description";
119-
#endif
119+
#else
120120
return "can't access channel description";
121+
#endif
121122
}
122123

123124
MetadatasMap AudioProperties::getDataMap() const

0 commit comments

Comments
 (0)