ENC Output Plane Problem

Related Topic:

In the patch in the solution answer, the outplane_fd is uselss?

Hi,
We need to keep the fd list for destroying the buffer:

+    for (int i = 0; i < OUTPLANE_BUFNUM ; i++)
+        NvBufSurf::NvDestroy(outplane_fd[i]);

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.