annotate libavcore.v @ 23:478992775cf8 libavcore

Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, and deprecate the old function.
author stefano
date Tue, 07 Sep 2010 21:23:45 +0000
parents a644213e4818
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
1 LIBAVCORE_$MAJOR {
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
2 global: av_*; ff_*; avcore*;
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
3 local: *;
a644213e4818 Add libavcore.
stefano
parents:
diff changeset
4 };