James Almer
37d742b607
avcodec/codec2utils: move the remaining avpriv functions to lavf
...
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>
2020-10-28 11:59:35 -03:00
James Almer
7f76974e7d
libavcodec/codec2utils: remove codec2_version_from_extradata()
...
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>
2020-10-28 11:59:16 -03:00
James Almer
3916af4d95
avcodec/codec2utils: remove avpriv prefix from inline functions
...
Signed-off-by: James Almer <jamrial@gmail.com>
2020-10-28 11:55:53 -03:00
Carl Eugen Hoyos
4d8875ec23
lavf: Constify the probe function argument.
...
Reviewed-by: Lauri Kasanen
Reviewed-by: Tomas Härdin
2019-03-21 11:42:17 +01:00
Tomas Härdin
5655048c73
Add muxer/demuxer for raw codec2 and .c2 files
2018-02-24 17:06:31 +01:00