mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
* commit '468ea9d5b1':
Revert "avutil: make some tables visible again"
Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility"
Conflicts:
libavcodec/sqrt_tab.c
libavutil/libavutil.v
Merged-by: Michael Niedermayer <michaelni@gmx.at>
4 lines
67 B
Verilog
4 lines
67 B
Verilog
LIBAVUTIL_$MAJOR {
|
|
global: av*; ff_*;
|
|
local: *;
|
|
};
|