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
8d74bf17
Commit
8d74bf17
authored
Oct 17, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: hide private symbols.
Overhead as reported by rbelf-size goes from 40147 to 20877.
parent
ab88b25f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
libavformat.v
libavformat/libavformat.v
+21
-5
No files found.
libavformat/libavformat.v
View file @
8d74bf17
LIBAVFORMAT_
$
MAJOR
{
global:
*;
local:
ff_
*
_
demuxer
;
ff_
*
_
muxer
;
ff_
*
_
protocol
;
global:
av
*;
#
FIXME
those
are
for
avserver
ff_inet_aton
;
ff_socket_nonblock
;
ffm_set_write_index
;
ffm_read_write_index
;
ffm_write_write_index
;
ff_rtsp_parse_line
;
ff_rtp_get_local_rtp_port
;
ff_rtp_get_local_rtcp_port
;
ffio_open_dyn_packet_buf
;
url_open
;
url_close
;
url_write
;
url_get_max_packet_size
;
#
those
are
deprecated
,
remove
on
next
bump
find_info_tag
;
parse_date
;
dump_format
;
url_
*;
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