X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261.h;h=f0ce7c366a777a3d2e559fe76c346c7792c1f4e8;hb=ae52bbe5de5c36a56f5e80076ae383203366664c;hp=7f86bc4383698e79e740a31a4d91c1c9235fb49f;hpb=699b3f99d0376a8fd5159bdad857228bda59cff6;p=ffmpeg diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 7f86bc43836..f0ce7c366a7 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -25,8 +25,8 @@ * h261codec. */ -#ifndef AVCODEC_H261_H -#define AVCODEC_H261_H +#ifndef FFMPEG_H261_H +#define FFMPEG_H261_H #include "mpegvideo.h" @@ -48,4 +48,4 @@ typedef struct H261Context{ #define MB_TYPE_H261_FIL 0x800000 -#endif +#endif /* FFMPEG_H261_H */