[Ffmpeg-devel] Re: Using avcodec.dll and avformat.dll means thatoutput_example.c would not work?
Зинец Виктор
mail
Thu Dec 1 09:10:39 CET 2005
in avformat.dll exists all functions from avcodec.dll & avutil.dll - so i
just declare functions in avformat/avcidec/avutil/etc.pas as
av__codec = 'avformat.dll';
..
procedure av_malloc(size: cardinal); cdecl; external av__codec;
and it's works fine
wbr, Victor
p.s. i made full (imho) translation *.h -> *.pas
More information about the ffmpeg-devel
mailing list