improved doc

This commit is contained in:
Martchus 2015-07-07 23:03:22 +02:00
parent 8618172f81
commit a821bb9310
1 changed files with 2 additions and 2 deletions

View File

@ -264,8 +264,8 @@ inline const char *AbstractTrack::formatAbbreviation() const
}
/*!
* \brief Returns the format ID (raw format identifier directly extracted from
* the container) if known; otherwise returns an empty string.
* \brief Returns the format/codec ID. This is usually the raw format identifier
* extracted from the container) if known; otherwise returns an empty string.
*/
inline const std::string &AbstractTrack::formatId() const
{