Romain Vimont ae6ec7a194 Unref decoder AVFrame immediately
The frame can be unref immediately after it is pushed to the frame
sinks.

It was not really a memory leak because the frame was unref every time
by avcodec_receive_frame() (and freed on close), but a reference was
unnecessarily kept for too long.
2021-04-26 18:05:43 +02:00
..
2021-04-26 18:05:43 +02:00
2021-04-25 14:38:42 +02:00
2021-04-25 14:59:10 +02:00
2021-04-26 17:59:35 +02:00