Skip to content

Commit

Permalink
missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 8, 2024
1 parent ad764fb commit e05468a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx-pckg-module/src/media/codec_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,9 @@ codec_config_mp4a_config_parse(
goto error;
}

temp_reader = reader;
if (result->object_type == AOT_SBR || (result->object_type == AOT_PS &&
!(bit_read_stream_get(&temp_reader, 3) & 0x03 && !(bit_read_stream_get(&temp_reader, 9) & 0x3f))))
temp_reader = reader;
if (result->object_type == AOT_SBR || (result->object_type == AOT_PS &&
!(bit_read_stream_get(&temp_reader, 3) & 0x03 && !(bit_read_stream_get(&temp_reader, 9) & 0x3f))))
{
ext_sample_rate_index = bit_read_stream_get(&reader, 4);
if (ext_sample_rate_index == 0x0f)
Expand Down

0 comments on commit e05468a

Please sign in to comment.