view libavutil.v @ 888:4d4d42771661 libavutil

Change the definition of AVERROR_INVALIDDATA at the next libavutil major bump, using an FFmpeg specific error code rather than EINVAL, which has a quite different semantics.
author stefano
date Fri, 19 Mar 2010 23:34:36 +0000
parents e95247c85476
children
line wrap: on
line source

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