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 6d781df commit 0a98baaCopy full SHA for 0a98baa
src/AvTranscoder/file/OutputFile.cpp
@@ -17,8 +17,6 @@ namespace avtranscoder
17
OutputFile::OutputFile( const std::string& filename )
18
: _outputFormat ( NULL )
19
, _formatContext ( NULL )
20
- , _codec ( NULL )
21
- , _codecContext ( NULL )
22
, _stream ( NULL )
23
, _filename ( filename )
24
, _packetCount ( 0 )
src/AvTranscoder/file/OutputFile.hpp
@@ -114,8 +114,6 @@ class AvExport OutputFile
114
AVOutputFormat* _outputFormat;
115
AVFormatContext* _formatContext;
116
117
- AVCodec* _codec;
118
- AVCodecContext* _codecContext;
119
AVStream* _stream;
120
121
std::vector<size_t> _frameCount;
0 commit comments