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.
2 parents 3116847 + 3a282b7 commit 158e465Copy full SHA for 158e465
src/video-source.cc
@@ -111,7 +111,6 @@ VideoSource::VideoSource(const std::string &filename) : ImageSource(filename) {
111
112
VideoSource::~VideoSource() {
113
sws_freeContext(sws_context_);
114
- avcodec_close(codec_context_);
115
avcodec_free_context(&codec_context_);
116
avformat_close_input(&format_context_);
117
delete terminal_fb_;
0 commit comments