]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sbrdsp.h
atrac3plus: Convert to the new bitstream reader
[ffmpeg] / libavcodec / sbrdsp.h
index ee5d5a097241964a7abad9d0b388c3e424b69aa0..07235c68e676282489fb222217e95ffb2fbf38f9 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef LIBAVCODEC_SBRDSP_H
-#define LIBAVCODEC_SBRDSP_H
+#ifndef AVCODEC_SBRDSP_H
+#define AVCODEC_SBRDSP_H
 
 #include <stdint.h>
 
@@ -46,5 +46,6 @@ extern const float ff_sbr_noise_table[][2];
 
 void ff_sbrdsp_init(SBRDSPContext *s);
 void ff_sbrdsp_init_arm(SBRDSPContext *s);
+void ff_sbrdsp_init_x86(SBRDSPContext *s);
 
-#endif
+#endif /* AVCODEC_SBRDSP_H */