summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq1.h')
-rw-r--r--libavcodec/svq1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h
index 066ea47fb6..b2055faa38 100644
--- a/libavcodec/svq1.h
+++ b/libavcodec/svq1.h
@@ -47,11 +47,11 @@ struct svq1_frame_size {
uint16_t height;
};
-uint16_t ff_svq1_packet_checksum (const uint8_t *data, const int length,
- int value);
+uint16_t ff_svq1_packet_checksum(const uint8_t *data,
+ const int length, int value);
-extern const int8_t* const ff_svq1_inter_codebooks[6];
-extern const int8_t* const ff_svq1_intra_codebooks[6];
+extern const int8_t *const ff_svq1_inter_codebooks[6];
+extern const int8_t *const ff_svq1_intra_codebooks[6];
extern const uint8_t ff_svq1_block_type_vlc[4][2];
extern const uint8_t ff_svq1_intra_multistage_vlc[6][8][2];