Skip to content

Commit f5ef5d1

Browse files
author
Clement Champetier
committed
FileProperty: use const propertyValueIfError when cannot access a property
Instead of an hardcoded value.
1 parent 8642888 commit f5ef5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/FileProperties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class AvExport FileProperties
9696
}
9797
catch( const std::exception& e )
9898
{
99-
detail::add( data, key, "null" );
99+
detail::add( data, key, detail::propertyValueIfError );
100100
}
101101
}
102102
#endif

0 commit comments

Comments
 (0)