shithub: openh264

Download patch

ref: a899f05f2dc914651c521832811a5e07468d3e90
parent: 80f5aa216a6bca21eac52fd7d27b54e8803b6582
author: Martin Storsjö <martin@martin.st>
date: Tue Feb 18 07:12:55 EST 2014

Don't have SEncParamExt inherit SEncParamBase

Instead just duplicate the common fields. These fields had to
be duplicated for the C interface compatibility anyway - but
this way there is no risk to accidentally introduce an ABI
break since there is no need for the layout of SEncParamBase to
actually match the start of SEncParamExt.