Thread: ffvfw
View Single Post
Old 25th April 2003, 10:47   #214  |  Link
milan
Registered User
 
Join Date: Apr 2002
Location: Slovakia
Posts: 220
Then try to install the processor pack or at line 69 of ffvfw/src/ffmpeg/libavcodec/common.h (applies to current CVS) change

# define uint64_t_C(c) (c ## ui64)

to

# define uint64_t_C(c) (c ## i64)

However I don't know how it will affect the encoding, but I guess it should be OK. Even in ffmpeg CVS the i64 suffix is present, I changed it only in ffvfw CVS copy of libavcodec.
__________________
ffdshow homepage: http://ffdshow.sourceforge.net/tikiwiki/
ffdshow download: http://sourceforge.net/projects/ffdshow/
milan is offline   Reply With Quote