annotate libavcore.v @ 9:4cecefd36670 libavcore

Rename av_fill_image_linesizes() internal variables max_plane_step and max_plane_step_comp by removing the "plane_" word, and add a comment for explaining what they represent. Increase readability.
author stefano
date Fri, 30 Jul 2010 08:42:12 +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 };