We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adc732 commit 5c7573eCopy full SHA for 5c7573e
src/AvTranscoder/mediaProperty/StreamProperties.hpp
@@ -23,7 +23,7 @@ class AvExport StreamProperties
23
const PropertyVector& getMetadatas() const { return _metadatas; }
24
25
#ifndef SWIG
26
- const AVFormatContext& getAVFormatContext() { return *_formatContext; }
+ const AVFormatContext& getAVFormatContext() const { return *_formatContext; }
27
#endif
28
29
PropertyMap getPropertiesAsMap() const; ///< Return all properties as a map (name of property, value)
0 commit comments