annotate libavformat.v @ 6159:3fcaee5cf416 libavformat

Add an av_register_protocol2 function that takes a size parameter This allows extending the URLProtocol struct without breaking binary compatibility with code compiled with older definitions of the struct.
author mstorsjo
date Tue, 22 Jun 2010 13:58:48 +0000
parents a93a37085393
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5551
a93a37085393 Add symbol versioning for shared libraries
mru
parents:
diff changeset
1 LIBAVFORMAT_$MAJOR {
a93a37085393 Add symbol versioning for shared libraries
mru
parents:
diff changeset
2 global: *;
a93a37085393 Add symbol versioning for shared libraries
mru
parents:
diff changeset
3 };