diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-19 22:56:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-10 14:14:22 +0200 |
commit | ada12f836657648271972428b0e4a50c81eb7e15 (patch) | |
tree | 2d8832b1746d1e22ca9d8bcc9a08d32ff66406b4 /libavcodec/svq1.h | |
parent | 4b895cb294d610fb3bf9e57385e665488e8a9ffa (diff) | |
download | ffmpeg-ada12f836657648271972428b0e4a50c81eb7e15.tar.gz |
svq1: K&R formatting cosmetics
Diffstat (limited to 'libavcodec/svq1.h')
-rw-r--r-- | libavcodec/svq1.h | 8 |
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]; |