diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-01-03 22:42:37 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-01-03 22:42:37 +0000 |
commit | 5706c0becd1025227fef8dbf35c19ecdd434d4aa (patch) | |
tree | 5280e0fcc1969e37e63bef819edf4a8ce2e86109 /libavcodec | |
parent | bd03aa1556ffeb490fc28794859acd8ef50abbe2 (diff) | |
download | ffmpeg-5706c0becd1025227fef8dbf35c19ecdd434d4aa.tar.gz |
cosmetics: indentation after last commit
Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aac_ac3_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac_ac3_parser.c b/libavcodec/aac_ac3_parser.c index f384a0a3e8..c5d7c8a5ca 100644 --- a/libavcodec/aac_ac3_parser.c +++ b/libavcodec/aac_ac3_parser.c @@ -60,7 +60,7 @@ int ff_aac_ac3_parse(AVCodecParserContext *s1, s->frame_size = len; /* update codec info */ avctx->sample_rate = sample_rate; - avctx->channels = channels; + avctx->channels = channels; avctx->bit_rate = bit_rate; avctx->frame_size = samples; } |