aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* g723_1: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
| | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
| | | | | | | Possible now that the next pointer no longer exists. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add g732_1 parserPaul B Mahol2018-12-231-0/+60