view libavutil.v @ 1023:0a18c400e946 libavutil

ARM: change return type of AV_RN16() to unsigned This prevents gcc inserting useless UXTH instructions, at least in some cases.
author mru
date Sun, 26 Sep 2010 21:01:20 +0000
parents e95247c85476
children
line wrap: on
line source

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