view libavcodec.v @ 11048:9db9a81cc220 libavcodec

Move variable declaration to block where it is used and simplify code. Avoids a (incorrect) "possibly used uninitialized" warning, no measurable speed difference.
author reimar
date Thu, 28 Jan 2010 21:01:50 +0000
parents e80dfe0c441b
children
line wrap: on
line source

LIBAVCODEC_$MAJOR {
        global: *;
};