diff options
Diffstat (limited to 'libavcodec/vp56data.h')
-rw-r--r-- | libavcodec/vp56data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h index 624b7bf4ea..0dd79b06b1 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 VP56DATA_H -#define VP56DATA_H +#ifndef FFMPEG_VP56DATA_H +#define FFMPEG_VP56DATA_H #include "common.h" @@ -248,4 +248,4 @@ static const int8_t vp56_candidate_predictor_pos[12][2] = { { 2, -2 }, }; -#endif /* VP56DATA */ +#endif /* FFMPEG_VP56DATA_H */ |