Skip to content

Commit

Permalink
brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 8, 2024
1 parent e05468a commit 312b177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-pckg-module/src/media/codec_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,9 @@ codec_config_mp4a_config_parse(

result->object_type = bit_read_stream_get(&reader, 5);
if (result->object_type == AOT_ESCAPE)
{
result->object_type = 32 + bit_read_stream_get(&reader, 6);
}

if (reader.stream.eof_reached)
{
Expand Down

0 comments on commit 312b177

Please sign in to comment.