diff options
Diffstat (limited to 'libavcodec/mlp.h')
-rw-r--r-- | libavcodec/mlp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mlp.h b/libavcodec/mlp.h index bbb09e0b5a..338a7a3310 100644 --- a/libavcodec/mlp.h +++ b/libavcodec/mlp.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_MLP_H -#define FFMPEG_MLP_H +#ifndef AVCODEC_MLP_H +#define AVCODEC_MLP_H #include <stdint.h> @@ -118,4 +118,4 @@ static inline uint8_t xor_32_to_8(uint32_t value) return value; } -#endif /* FFMPEG_MLP_H */ +#endif /* AVCODEC_MLP_H */ |