[FFmpeg-soc] [soc]: r2218 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Tue May 27 01:55:55 CEST 2008
Author: jbr
Date: Tue May 27 01:55:55 2008
New Revision: 2218
Log:
cosmetics: line break
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Tue May 27 01:55:55 2008
@@ -1142,7 +1142,8 @@ static int decode_audio_block(AC3DecodeC
/**
* Decode a single AC-3 frame.
*/
-static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
+static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
+ const uint8_t *buf, int buf_size)
{
AC3DecodeContext *s = avctx->priv_data;
int16_t *out_samples = (int16_t *)data;
More information about the FFmpeg-soc
mailing list