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 bbbd56e commit 5a64fbcCopy full SHA for 5a64fbc
src/AvTranscoder/mediaProperty/FileProperties.hpp
@@ -90,8 +90,6 @@ class AvExport FileProperties
90
91
PropertyVector getPropertiesAsVector() const; ///< Return all file properties as a vector (name of property: value)
92
93
- void clearStreamProperties(); ///< Clear all array of stream properties
94
-
95
private:
96
#ifndef SWIG
97
template<typename T>
@@ -108,6 +106,8 @@ class AvExport FileProperties
108
106
}
109
107
#endif
110
+ void clearStreamProperties(); ///< Clear all array of stream properties
+
111
112
const FormatContext* _formatContext; ///< Has link (no ownership)
113
const AVFormatContext* _avFormatContext; ///< Has link (no ownership)
0 commit comments