annotate libswscale/libswscale.v @ 32592:9ec31cdc76ad

Support very high libav* message levels as e.g. the flac parser produces and map them to MSGL_DBG2 instead of MSGL_ERROR.
author reimar
date Sat, 11 Dec 2010 12:23:07 +0000
parents 1d3d91c14d6e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30273
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
1 LIBSWSCALE_$MAJOR {
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
2 global: swscale_*; sws_*; ff_*;
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
3 local: *;
1d3d91c14d6e Add symbol versioning for shared libraries
mru
parents:
diff changeset
4 };