Browse Source

cosmetics: indentation after last commit

Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles 18 years ago
parent
commit
5706c0becd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aac_ac3_parser.c

+ 1
- 1
libavcodec/aac_ac3_parser.c View File

@@ -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;
}


Loading…
Cancel
Save