Skip to content

Commit 0a98baa

Browse files
author
Clement Champetier
committed
OutputFile: remove unused variables
1 parent 6d781df commit 0a98baa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/AvTranscoder/file/OutputFile.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ namespace avtranscoder
1717
OutputFile::OutputFile( const std::string& filename )
1818
: _outputFormat ( NULL )
1919
, _formatContext ( NULL )
20-
, _codec ( NULL )
21-
, _codecContext ( NULL )
2220
, _stream ( NULL )
2321
, _filename ( filename )
2422
, _packetCount ( 0 )

src/AvTranscoder/file/OutputFile.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ class AvExport OutputFile
114114
AVOutputFormat* _outputFormat;
115115
AVFormatContext* _formatContext;
116116

117-
AVCodec* _codec;
118-
AVCodecContext* _codecContext;
119117
AVStream* _stream;
120118

121119
std::vector<size_t> _frameCount;

0 commit comments

Comments
 (0)