openh264/codec/encoder
Martin Storsjö c7ff8876bb Add a new public method for initializing SEncParamExt to default values
This simplifies forward source compatibility when new fields are
added to SEncParamExt - when new fields are added to SEncParamExt,
this method makes sure those fields are initialized to the
default value - otherwise all API users would have to manually check
SEncParamExt every time it is updated to make sure there's no new fields
that should be set to a nonzero value by default (e.g. like
bEnableFrameSkip).
2014-02-26 22:12:11 +02:00
..
core Refactor initializing defaults in a SEncParamExt to a separate function 2014-02-26 22:03:56 +02:00
plus Add a new public method for initializing SEncParamExt to default values 2014-02-26 22:12:11 +02:00
targets.mk Regenerate target makefiles after the latest mktargets.py changes 2014-02-12 22:11:05 +02:00