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
While checking if this lib I noticed I had to remove this line below to get the demo project to work with 'GENERATED' video output
it resets the frame and caused the next WriteFrame call to fail with 'Invalid argument' trown.
Removing this call seems to work for the demo. However perhaps this could cause mem leaks elsewhere since it unreferences buffers also. Liking the lib so far though ty!
The text was updated successfully, but these errors were encountered:
While checking if this lib I noticed I had to remove this line below to get the demo project to work with 'GENERATED' video output
it resets the frame and caused the next WriteFrame call to fail with 'Invalid argument' trown.
ffmpeg-cpp/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFilterInput.cpp
Line 22 in 8a6cec3
Removing this call seems to work for the demo. However perhaps this could cause mem leaks elsewhere since it unreferences buffers also. Liking the lib so far though ty!
The text was updated successfully, but these errors were encountered: