Skip to content

Commit dc6bb8e

Browse files
author
Clement Champetier
committed
AvOuputStream: remove unnecessary destructor
Automatically generated.
1 parent 39ed040 commit dc6bb8e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/AvTranscoder/codedStream/AvOutputStream.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ AvOutputStream::AvOutputStream( OutputFile& outputFile, const size_t streamIndex
1414
{
1515
}
1616

17-
AvOutputStream::~AvOutputStream()
18-
{
19-
}
20-
2117
bool AvOutputStream::wrap( CodedData& data )
2218
{
2319
assert( _outputFile != NULL );

src/AvTranscoder/codedStream/AvOutputStream.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class AvExport AvOutputStream : public IOutputStream
1313
public:
1414
AvOutputStream( OutputFile& outputFile, const size_t streamIndex );
1515

16-
~AvOutputStream( );
17-
1816
size_t getStreamIndex() const { return _streamIndex; }
1917

2018
bool wrap( CodedData& data );

0 commit comments

Comments
 (0)