I am getting below error, when I am trying to call avcodec_open2 second time.
[cedrus264 @ 0x25d8370] VE Open error.
In ffmpeg code, I found that it internally calls open() system call on /dev/cedar_dev, so if I call 2nd time then it will fail to open device.
So my question is, Does cedrus264 supports multiple process to do encoding?
@avafinger please help me on this issue.