79300339

Date: 2024-12-22 01:19:22
Score: 1.5
Natty:
Report link

Indeed, as Tim Roberts pointed out in comments, the problem was that av_frame_clone does not allocate new memory. Instead, I create a completely new frame or call av_frame_unref on the old frames. This solved my problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aycon