aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/api-h264-slice-test.c
Commit message (Collapse)AuthorAgeFilesLines
* fate/api-h264-slice-test: use cleaner error handlingJosh de Kock2018-11-031-32/+47
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-031-6/+3
| | | | | | Fixes ticket #7521 Signed-off-by: James Almer <jamrial@gmail.com>
* tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer2018-10-271-1/+1
| | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add api-h264-slice testJosh de Kock2018-10-261-0/+221
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously