summaryrefslogtreecommitdiff
path: root/libavcodec/s3tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/s3tc.h')
-rw-r--r--libavcodec/s3tc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/s3tc.h b/libavcodec/s3tc.h
index 9ead901b6e..4919c0748a 100644
--- a/libavcodec/s3tc.h
+++ b/libavcodec/s3tc.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_S3TC_H
-#define FFMPEG_S3TC_H
+#ifndef AVCODEC_S3TC_H
+#define AVCODEC_S3TC_H
#include <stdint.h>
@@ -50,4 +50,4 @@ void ff_decode_dxt3(const uint8_t *src, uint8_t *dst,
const unsigned int w, const unsigned int h,
const unsigned int stride);
-#endif /* FFMPEG_S3TC_H */
+#endif /* AVCODEC_S3TC_H */