mirror of https://github.com/FFmpeg/FFmpeg.git
Overhead as reported by rbelf-size goes from 90860 to 20204.pull/2/head
parent
586657c20a
commit
65d3176aaf
1 changed files with 6 additions and 7 deletions
@ -1,9 +1,8 @@ |
||||
LIBAVCODEC_$MAJOR { |
||||
global: *; |
||||
local: |
||||
ff_*_bsf; |
||||
ff_*_decoder; |
||||
ff_*_encoder; |
||||
ff_*_hwaccel; |
||||
ff_*_parser; |
||||
global: av*; |
||||
audio_resample; |
||||
audio_resample_close; |
||||
#deprecated, remove after next bump |
||||
img_get_alpha_info; |
||||
local: *; |
||||
}; |
||||
|
Loading…
Reference in new issue