Skip to content
Snippets Groups Projects
Commit e8279880 authored by Timothy Gu's avatar Timothy Gu Committed by Rostislav Pehlivanov
Browse files

acenctab: Fix merge conflict

parent 21dd5279
No related branches found
No related tags found
No related merge requests found
...@@ -104,5 +104,5 @@ const uint8_t *ff_aac_swb_size_1024[] = { ...@@ -104,5 +104,5 @@ const uint8_t *ff_aac_swb_size_1024[] = {
swb_size_1024_8 swb_size_1024_8
}; };
const int swb_size_128_len = FF_ARRAY_ELEMS(ff_aac_swb_size_128); const int ff_aac_swb_size_128_len = FF_ARRAY_ELEMS(ff_aac_swb_size_128);
const int swb_size_1024_len = FF_ARRAY_ELEMS(ff_aac_swb_size_1024); const int ff_aac_swb_size_1024_len = FF_ARRAY_ELEMS(ff_aac_swb_size_1024);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment