Skip to content

Commit 92bc4ee

Browse files
committed
AvOuputVideo: clean encodeFrame
Remove unnecessary "this".
1 parent 92c5d67 commit 92bc4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/essenceStream/AvOutputVideo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool AvOutputVideo::encodeFrame( const Frame& sourceFrame, Frame& codedFrame )
5252
AVFrame* frame = avcodec_alloc_frame();
5353
#endif
5454

55-
AVCodecContext* codecContext = this->_codec.getAVCodecContext();
55+
AVCodecContext* codecContext = _codec.getAVCodecContext();
5656

5757
// Set default frame parameters
5858
#if LIBAVCODEC_VERSION_MAJOR > 54

0 commit comments

Comments
 (0)