Skip to content

Commit 17d29c9

Browse files
authored
remove ALL unrefs
1 parent de7a5a7 commit 17d29c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/recorder.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ void Recorder::filterFrame(AVFrame* inputFrame, AVFrame* outputFrame) {
276276
if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF) {
277277
break;
278278
}
279-
280-
av_frame_unref(outputFrame);
281279
}
282280
}
283281

0 commit comments

Comments
 (0)