mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com>
7 lines
147 B
Verilog
7 lines
147 B
Verilog
LIBAVFORMAT_$MAJOR {
|
|
global: *;
|
|
local:
|
|
ff_*_demuxer;
|
|
ff_*_muxer;
|
|
ff_*_protocol;
|
|
};
|