Skip to content

Commit 104451e

Browse files
author
Clement Champetier
committed
AudioProperties: clean format result of getSampleFormatLongName
* small case. * without point.
1 parent 129a8d1 commit 104451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/AudioProperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ std::string AudioProperties::getSampleFormatLongName() const
8080
case AV_SAMPLE_FMT_DBLP:
8181
return "double, planar";
8282
case AV_SAMPLE_FMT_NB:
83-
return "Number of sample formats.";
83+
return "number of sample formats";
8484
}
8585
return "unknown sample format";
8686
}

0 commit comments

Comments
 (0)