annotate libavutil.v @ 976:0a6c0fb069d2 libavutil

aes: fix array index out of bounds warning
author mru
date Sun, 04 Jul 2010 20:38:46 +0000
parents e95247c85476
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
809
e95247c85476 Add symbol versioning for shared libraries
mru
parents:
diff changeset
1 LIBAVUTIL_$MAJOR {
e95247c85476 Add symbol versioning for shared libraries
mru
parents:
diff changeset
2 global: av_*; ff_*; avutil_*;
e95247c85476 Add symbol versioning for shared libraries
mru
parents:
diff changeset
3 local: *;
e95247c85476 Add symbol versioning for shared libraries
mru
parents:
diff changeset
4 };