view libavutil.v @ 985:e6d6b3506d76 libavutil

Change i to unsigned in get_generic_seed() This is clearer than comparing against an unsigned number to force an unsigned comparission that we need.
author michael
date Thu, 08 Jul 2010 17:49:39 +0000
parents e95247c85476
children
line wrap: on
line source

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