This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

H.264 BP encoder 720P @ 50Hz support

In the encode demo of the DM6467 EVM, the file encode.c has the following comment:

/* Capture an extra frame since encoder doesn't support 50/60Hz */
        if (Capture_get(hCapture, &hCapBuf) < 0) {
            ERR("Failed to get capture buffer\n");
            cleanup(THREAD_FAILURE);
        }

This means that the supplied H.264 BP encoder does not support the HD resolution of 720P50. Is that correct?