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

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