Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
65d3176a
Commit
65d3176a
authored
Oct 17, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: hide private symbols.
Overhead as reported by rbelf-size goes from 90860 to 20204.
parent
586657c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
libavcodec.v
libavcodec/libavcodec.v
+6
-7
No files found.
libavcodec/libavcodec.v
View file @
65d3176a
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:
*;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment