You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The data buffer of the frame should be freed before allocate a new
buffer.
* The new buffer should be allocated using malloc instead of free, since
ffmpeg/libav uses free to deallocate the data. The valgrind error was:
"Mismatched free() / delete / delete []".
0 commit comments