Skip to content

Commit edfa4e6

Browse files
author
Clement Champetier
committed
FileProperties: added isRawFormat info when access the list of file properties
1 parent 9aeedb1 commit edfa4e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/properties/FileProperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ PropertyVector& FileProperties::fillVector(PropertyVector& data) const
253253
addProperty(data, "formatName", &FileProperties::getFormatName);
254254
addProperty(data, "formatLongName", &FileProperties::getFormatLongName);
255255
addProperty(data, "mimeType", &FileProperties::getFormatMimeType);
256+
addProperty(data, "rawFormat", &FileProperties::isRawFormat);
256257

257258
addProperty(data, "startTime", &FileProperties::getStartTime);
258259
addProperty(data, "duration", &FileProperties::getDuration);

0 commit comments

Comments
 (0)