Skip to content

Commit

Permalink
preset: fix build failure on arm
Browse files Browse the repository at this point in the history
Seems the arm compiler barfs on something that isn't even a warning on
other arch's.
  • Loading branch information
jstebbins committed Mar 2, 2024
1 parent 533b426 commit d4b4ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libhb/preset.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ static int audio_codec_rank(hb_audio_config_t * audio)
return 2;
case AV_CODEC_ID_MP2:
return 1;
default:
}
} break;
}
Expand Down

0 comments on commit d4b4ea1

Please sign in to comment.