You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics: indentation
Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user