Commit e8279880 authored by Timothy Gu's avatar Timothy Gu Committed by Rostislav Pehlivanov

acenctab: Fix merge conflict

Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 21dd5279
......@@ -104,5 +104,5 @@ const uint8_t *ff_aac_swb_size_1024[] = {
swb_size_1024_8
};
const int 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_128_len = FF_ARRAY_ELEMS(ff_aac_swb_size_128);
const int ff_aac_swb_size_1024_len = FF_ARRAY_ELEMS(ff_aac_swb_size_1024);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment