view 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
line wrap: on
line source

LIBAVCORE_$MAJOR {
        global: av_*; ff_*; avcore*;
        local: *;
};