This website requires JavaScript.
Explore
Register
Sign In
x
/
ffmpeg
Watch
1
Star
0
Fork
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2026-06-24 13:43:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5efbeae38cdcf8ed099be06f59fb422b5004e163
ffmpeg
/
libavfilter
/
libavfilter.v
T
6 lines
114 B
Verilog
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries
2010-01-16 04:49:02 +00:00
LIBAVFILTER_$MAJOR
{
global:
avfilter_
*
;
av_
*
;
libavfilter: export ff_default_query_formats()
2012-05-25 18:54:01 +02:00
ff_default_query_formats
;
Add symbol versioning for shared libraries
2010-01-16 04:49:02 +00:00
local:
*
;
};
Reference in New Issue
Copy Permalink