aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/api-codec-param-test.c
Commit message (Collapse)AuthorAgeFilesLines
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
| | | | | | | avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
* tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-06-201-1/+1
| | | | | | | The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/api-codec-param: fix codec context leakMatthieu Bouron2015-12-081-0/+6
|
* fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM testsMatthieu Bouron2015-11-261-0/+252