view libavcore.v @ 2:b7595fe2d4a4 libavcore

Make av_parse_video_size() and av_parse_video_rate() return AVERROR(EINVAL) rather than -1 in case of unsuccess.
author stefano
date Mon, 26 Jul 2010 23:12:38 +0000
parents a644213e4818
children
line wrap: on
line source

LIBAVCORE_$MAJOR {
        global: av_*; ff_*; avcore*;
        local: *;
};