Skip to content

Commit 3488505

Browse files
clean swig wrapping
1 parent 7dffbf2 commit 3488505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/InputFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AvExport InputFile
3232
/// get file properties
3333
const Properties& getProperties() const { return m_properties; }
3434

35-
InputStream& getStream( size_t index );
35+
::avtranscoder::InputStream& getStream( size_t index );
3636

3737
protected:
3838
AVFormatContext* m_formatContext;

0 commit comments

Comments
 (0)