view libswscale/libswscale.v @ 31917:d0d09a75bb17

Check stream_read_line result instead of checking stream_eof, checking stream_eof in the previous way would process the last line twice or even use uninitialized data in case of and empty file.
author reimar
date Sat, 21 Aug 2010 10:07:38 +0000
parents 1d3d91c14d6e
children
line wrap: on
line source

LIBSWSCALE_$MAJOR {
        global: swscale_*; sws_*; ff_*;
        local: *;
};