X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmsgsmdec.h;h=76c87f1bd960c973ce862cfa3a697c6acee60ffc;hb=ea1136baafb1fe271cb56c3f4d7bff0267e3c70f;hp=cf58baaa47e72d67334a255aca8c52909dc9edc1;hpb=2912e87a6c9264d556734e2bf94a99c64cf9b102;p=ffmpeg diff --git a/libavcodec/msgsmdec.h b/libavcodec/msgsmdec.h index cf58baaa47e..76c87f1bd96 100644 --- a/libavcodec/msgsmdec.h +++ b/libavcodec/msgsmdec.h @@ -19,12 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MSGSMDEC_H -#define MSGSMDEC_H +#ifndef AVCODEC_MSGSMDEC_H +#define AVCODEC_MSGSMDEC_H #include "avcodec.h" int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples, const uint8_t *buf); -#endif +#endif /* AVCODEC_MSGSMDEC_H */