Skip to content

Commit

Permalink
libhb: Fix hb_audio_bitrates alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored and sr55 committed Apr 27, 2022
1 parent 1712386 commit ca06bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhb/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ hb_rate_t *hb_audio_bitrates_last_item = NULL;
hb_rate_internal_t hb_audio_bitrates[] =
{
// AC3-compatible bitrates
{ { "6", 6, }, NULL, 1, },
{ { "6", 6, }, NULL, 1, },
{ { "12", 12, }, NULL, 1, },
{ { "24", 24, }, NULL, 1, },
{ { "32", 32, }, NULL, 1, },
Expand Down

0 comments on commit ca06bed

Please sign in to comment.