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
afa4069e
Commit
afa4069e
authored
Jan 29, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/lavf: remove unnecessary symbols from the symbol version script.
parent
f5f49a66
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
libavcodec.v
libavcodec/libavcodec.v
+0
-2
libavformat.v
libavformat/libavformat.v
+0
-25
No files found.
libavcodec/libavcodec.v
View file @
afa4069e
...
...
@@ -2,7 +2,5 @@ LIBAVCODEC_$MAJOR {
global:
av
*;
audio_resample
;
audio_resample_close
;
#
deprecated
,
remove
after
next
bump
img_get_alpha_info
;
local:
*;
};
libavformat/libavformat.v
View file @
afa4069e
LIBAVFORMAT_
$
MAJOR
{
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_
*;
get_
*;
put_
*;
udp_set_remote_url
;
udp_get_local_port
;
init_checksum
;
init_put_byte
;
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