]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/acelp_math.h
ff_parse_close() is not the correct function for H264Context.
[ffmpeg] / libavcodec / acelp_math.h
index 769fcf6b1bdf5f1d5a1d1b3e55d0d7828f7251e3..3843e69138fb17d633501f072ce77288647f37eb 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_ACELP_MATH_H
-#define FFMPEG_ACELP_MATH_H
+#ifndef AVCODEC_ACELP_MATH_H
+#define AVCODEC_ACELP_MATH_H
 
 #include <stdint.h>
 
@@ -83,4 +83,4 @@ static inline int bidir_sal(int value, int offset)
     else           return value <<  offset;
 }
 
-#endif /* FFMPEG_ACELP_MATH_H */
+#endif /* AVCODEC_ACELP_MATH_H */