mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avcodec/flacdsp: Split encoder-only parts into a ctx of its own
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -96,7 +96,7 @@ static const struct {
|
||||
#if CONFIG_EXR_DECODER
|
||||
{ "exrdsp", checkasm_check_exrdsp },
|
||||
#endif
|
||||
#if CONFIG_FLACDSP
|
||||
#if CONFIG_FLAC_DECODER
|
||||
{ "flacdsp", checkasm_check_flacdsp },
|
||||
#endif
|
||||
#if CONFIG_FMTCONVERT
|
||||
|
||||
Reference in New Issue
Block a user