Skip to content

ccconverter: fix cdp->cea608-raw field 1 60fps conversion

There was a potential busy loop occuring because when we were taking data from the internal ccbuffer, we were not resetting which field had written data. This would mean that the next time data was retrieved from ccbuffer, it was always from field 0 and never from field 1.

This only affects usage of cc_buffer_take_separated() which is only used by cdp->raw cea608.

Merge request reports