cosmetics: indentation

Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 17 years ago
parent c611463fe4
commit a2c9473d96
  1. 1
      libavformat/electronicarts.c

@ -272,7 +272,6 @@ static int ea_read_header(AVFormatContext *s,
st->codec->bit_rate = st->codec->channels * st->codec->sample_rate *
st->codec->bits_per_sample / 4;
st->codec->block_align = st->codec->channels*st->codec->bits_per_sample;
ea->audio_stream_index = st->index;
ea->audio_frame_counter = 0;
}

Loading…
Cancel
Save