diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-03 20:48:09 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-05 02:04:41 +0200 |
commit | 4fc2531fff112836026aad2bdaf128c9d15a72e3 (patch) | |
tree | 9e33638c4af0c03e5880bcca60a3d806cea7b788 /libavcodec/sunrast.h | |
parent | 6658028482cf3bda2a05ae7a9bf183c81f75d4bd (diff) | |
download | ffmpeg-4fc2531fff112836026aad2bdaf128c9d15a72e3.tar.gz |
avcodec/opus: Move stuff shared by decoder and parser to a new file
opus.h (which is used by all the Opus code) currently includes
several structures only used by the parser and the decoder;
several elements of OpusContext are even only used by the decoder.
This commit therefore moves the part of OpusContext that is shared
between these two components (and used by ff_opus_parse_extradata())
out into a new structure and moves all the other accompanying
structures and functions to a new header, opus_parse.h; the
functions itself are also moved to a new file, opus_parse.c.
(This also allows to remove several spurious dependencies
of the Opus parser and encoder.)
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sunrast.h')
0 files changed, 0 insertions, 0 deletions