X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsp5x.h;h=e93408b34c4a5315af2e25e43e5e1aff54334ef5;hb=12eaa3b7608fa1928c0dd7008ad3a546ac5b946e;hp=0d0d3551f1fb35c767f9d551f5ed449c02d8e7a2;hpb=b78e7197a81e193827cf2408fe25bc1f14843a72;p=ffmpeg diff --git a/libavcodec/sp5x.h b/libavcodec/sp5x.h index 0d0d3551f1f..e93408b34c4 100644 --- a/libavcodec/sp5x.h +++ b/libavcodec/sp5x.h @@ -19,8 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SP5X_H -#define SP5X_H +#ifndef FFMPEG_SP5X_H +#define FFMPEG_SP5X_H + +#include static const uint8_t sp5x_data_sof[] = { @@ -329,4 +331,4 @@ static const uint8_t sp5x_quant_table_orig[18][64] = }; #endif -#endif /* SP5X_H */ +#endif /* FFMPEG_SP5X_H */