Skip to content

Commit

Permalink
hm 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut authored Nov 27, 2024
1 parent f2ea1a2 commit 563a3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ bool Recorder::writeFrame(const std::vector<uint8_t>& frameData) {
av_packet_unref(m_packet);
}

av_frame_free(m_filteredFrame);
av_frame_free(&m_filteredFrame);

return true;
}
Expand Down

0 comments on commit 563a3dd

Please sign in to comment.