aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sbr.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-03-21 08:23:55 +0100
committerLynne <dev@lynne.ee>2024-04-23 08:31:40 +0200
commit03cf10164578aed33f4d0cb5b69d63669c01a538 (patch)
tree2283b4b7610118294f6d41431e7fa733b3bcd687 /libavcodec/sbr.h
parentae7c6cc17d57e4ff73f88dc4a4284c1676a7e19a (diff)
downloadffmpeg-03cf10164578aed33f4d0cb5b69d63669c01a538.tar.gz
aacdec: remove AAC-specific MIPS optimizations
The code was written in 2012, but seems to have been broken for just as long. Compilation is broken on every MIPS/MIPS64 system with an FPU (which the code depends on).
Diffstat (limited to 'libavcodec/sbr.h')
-rw-r--r--libavcodec/sbr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h
index d17b52aa4f..fe3a39603a 100644
--- a/libavcodec/sbr.h
+++ b/libavcodec/sbr.h
@@ -217,6 +217,4 @@ struct SpectralBandReplication {
AACSBRContext c;
};
-void ff_aacsbr_func_ptr_init_mips(AACSBRContext *c);
-
#endif /* AVCODEC_SBR_H */