Skip to content

Commit 5a64fbc

Browse files
author
Clement Champetier
committed
FilePorperties: clearStreamProperties is private
1 parent bbbd56e commit 5a64fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/mediaProperty/FileProperties.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ class AvExport FileProperties
9090

9191
PropertyVector getPropertiesAsVector() const; ///< Return all file properties as a vector (name of property: value)
9292

93-
void clearStreamProperties(); ///< Clear all array of stream properties
94-
9593
private:
9694
#ifndef SWIG
9795
template<typename T>
@@ -108,6 +106,8 @@ class AvExport FileProperties
108106
}
109107
#endif
110108

109+
void clearStreamProperties(); ///< Clear all array of stream properties
110+
111111
private:
112112
const FormatContext* _formatContext; ///< Has link (no ownership)
113113
const AVFormatContext* _avFormatContext; ///< Has link (no ownership)

0 commit comments

Comments
 (0)