aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/midivid.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-10 22:54:17 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-14 16:14:24 +0200
commite84348a8abd465f3a8b0e254321a3e29561fafc2 (patch)
tree7bd46a22484b66d9d829f10894d3a6a48dea09ef /libavcodec/midivid.c
parent42bde73b20b9fe8924df8640db80f245993bb247 (diff)
downloadffmpeg-e84348a8abd465f3a8b0e254321a3e29561fafc2.tar.gz
avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context private
Currently, SVQ1EncContext is defined in a header that is also included by the arch-specific code that initializes the one and only dsp function that this encoder uses directly. But the arch-specific functions to set this dsp function do not need anything from SVQ1EncContext. This commit therefore adds a small SVQ1EncDSPContext whose only member is said function pointer and renames svq1enc.h to svq1encdsp.h to avoid exposing unnecessary internals to these init functions (and the whole mpegvideo with it). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/midivid.c')
0 files changed, 0 insertions, 0 deletions