This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2024-11-26 19:01:44 +02:00
Code
Issues
Releases
Activity
3c432631e9
FFmpeg
/
libavcodec
/
libavcodec.v
7 lines
133 B
Coq
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 06:49:02 +02:00
LIBAVCODEC_
$
MAJOR
{
lavc: hide private symbols. Overhead as reported by rbelf-size goes from 90860 to 20204.
2011-10-17 11:13:16 +03:00
global
:
av
*
;
audio_resample
;
audio_resample_close
;
local
:
*
;
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 06:49:02 +02:00
}
;
Reference in New Issue
Copy Permalink