summaryrefslogtreecommitdiff
path: root/libavcodec/codec2utils.h
Commit message (Collapse)AuthorAge
* avcodec/codec2utils: Remove legacy avpriv functionsAndreas Rheinhardt2021-04-27
| | | | | | | Unused since 37d742b607d47122d23d548ffd7ad9b09cbc5298. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-28
| | | | | | | | They are only used by the codec2 demuxers. The symbols are kept around until the next major bump. Signed-off-by: James Almer <jamrial@gmail.com>
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-28
| | | | | | | | It's only used in the codec2 demuxers, and can be simplified with an AV_RB16() call instead. Suggested-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add libcodec2 en/decoderTomas Härdin2018-02-24