mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
acenctab: Fix merge conflict
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
21dd5279c3
commit
e8279880dc
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user