diff options
Diffstat (limited to 'libavcodec/imcdata.h')
-rw-r--r-- | libavcodec/imcdata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/imcdata.h b/libavcodec/imcdata.h index 966bc27..64e7c71 100644 --- a/libavcodec/imcdata.h +++ b/libavcodec/imcdata.h @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_IMCDATA_H -#define FFMPEG_IMCDATA_H +#ifndef AVCODEC_IMCDATA_H +#define AVCODEC_IMCDATA_H #include <stdint.h> @@ -166,4 +166,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = { } }; -#endif /* FFMPEG_IMCDATA_H */ +#endif /* AVCODEC_IMCDATA_H */ |