diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-25 18:57:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-28 00:17:47 +0200 |
commit | 00ba78cd6fb8fb7cbd20a36e840ddde3eda0dca0 (patch) | |
tree | c207cc176373a500d6f8b0716963868d8545eb52 /libavcodec/audio_frame_queue.h | |
parent | 418332e01ce99d43f218504e4e4e1b4ea89c9a49 (diff) | |
download | ffmpeg-00ba78cd6fb8fb7cbd20a36e840ddde3eda0dca0.tar.gz |
avcodec/snow: Move decoder parts out of ff_snow_common_init_after_header
They are not common.
Furthermore, this file is pulled in when linking checkasm and
up until now, the calls to ff_get_buffer() and av_codec_is_decoder()
caused all of libavcodec to be pulled in as well. Besides being
bad size-wise this also has the downside that it pulls in
avpriv_(cga|vga16)_font from libavutil which are marked as
being imported from another library when building libavcodec
as a DLL; this breaks checkasm because it links both lavc and lavu
statically.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/audio_frame_queue.h')
0 files changed, 0 insertions, 0 deletions