summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56data.h')
-rw-r--r--libavcodec/vp56data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h
index e9fe8bb684..95dc633dcd 100644
--- a/libavcodec/vp56data.h
+++ b/libavcodec/vp56data.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_VP56DATA_H
-#define FFMPEG_VP56DATA_H
+#ifndef AVCODEC_VP56DATA_H
+#define AVCODEC_VP56DATA_H
#include "libavutil/common.h"
@@ -249,4 +249,4 @@ static const int8_t vp56_candidate_predictor_pos[12][2] = {
{ 2, -2 },
};
-#endif /* FFMPEG_VP56DATA_H */
+#endif /* AVCODEC_VP56DATA_H */