view libavutil.v @ 908:de9d2bfb3ceb libavutil

Fix broken 32-bit clipping, and write numbers in hex instead of decimal so they are easier to understand. Also give the add a 'u' postfix to silence a pre-c99 compiler warning.
author rbultje
date Mon, 26 Apr 2010 13:36:17 +0000
parents e95247c85476
children
line wrap: on
line source

LIBAVUTIL_$MAJOR {
        global: av_*; ff_*; avutil_*;
        local: *;
};