mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-26 20:50:34 +00:00
av3a bug fixed
Signed-off-by: liushuai <cqliushuai@outlook.com>
This commit is contained in:
parent
912b4ac2f7
commit
7d98208f31
@ -137,7 +137,7 @@ static int ff_read_av3a_header_parse(GetBitContext *gb, AATFHeaderInfo *hdf)
|
||||
} else if (hdf->coding_profile == AV3A_AMBISONIC_PROFILE) {
|
||||
hdf->content_type = AV3A_AMBISONIC_TYPE;
|
||||
hdf->order = get_bits(gb, 4);
|
||||
hdf->hoa_order += 1;
|
||||
hdf->hoa_order = hdf->order + 1;
|
||||
|
||||
switch (hdf->hoa_order) {
|
||||
case AV3A_AMBISONIC_FIRST_ORDER:
|
||||
|
Loading…
Reference in New Issue
Block a user