annotate libavcore.v @ 8:f214f755f5de libavcore

Move fill_image_linesize() and fill_image_data_ptr() from libavcodec/imgconvert.c and make them public in libavcore/imgutils.h, with the names av_fill_image_linesizes() and av_fill_image_pointers().
author stefano
date Thu, 29 Jul 2010 23:44:57 +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 };