I pulled the latest sources for both JFFMPEG and FFMPEG
using CVS.
I built FFMPEG from source without (too many :-)
problems, but when I built JFFMPEG, encoder.c and
decoder.c wouldn't build because they try to use
frame_rate fields in AVCodecContext that apparently no
longer exist in avcodec.h.
Logged In: NO
Jffmpeg is currently in sync with FFMPEG 0.4.9-pre1 which is
the latest released version on their web-site. This is
rather old (July 2004), so maybe it is time to start looking
at their CVS branch.
JH