Mercurial > libavcodec.hg
changeset 7132:22788bf6502a libavcodec
Cosmetics
author | vitor |
---|---|
date | Tue, 24 Jun 2008 21:29:18 +0000 |
parents | 7b8fba44fe9d |
children | 6a25c2867e2f |
files | ra144.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ra144.c Tue Jun 24 20:27:29 2008 +0000 +++ b/ra144.c Tue Jun 24 21:29:18 2008 +0000 @@ -330,9 +330,8 @@ } /* Uncompress one block (20 bytes -> 160*2 bytes) */ -static int ra144_decode_frame(AVCodecContext * avctx, - void *vdata, int *data_size, - const uint8_t * buf, int buf_size) +static int ra144_decode_frame(AVCodecContext * avctx, void *vdata, + int *data_size, const uint8_t *buf, int buf_size) { static const uint8_t sizes[10] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2}; unsigned int refl_rms[4]; // RMS of the reflection coefficients