]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sp5x.h
simplify
[ffmpeg] / libavcodec / sp5x.h
index 0d0d3551f1fb35c767f9d551f5ed449c02d8e7a2..e93408b34c4a5315af2e25e43e5e1aff54334ef5 100644 (file)
  * 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 <stdint.h>
 
 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 */