Okay, so I am working the ffmpeg library, using libavcodec, libavformat,
libavutil, and libswscale.

Examining my code, the libraries available with different distros(back to as
old as Ubuntu 8.04 which is a 2007 cvs pull), and the headers which define
the structs, I've found only a few spots in my code that are incompatible
with the older libraries.

The only one I cannot figure out how to conditionally work around is in the
struct AVCodecContext. In 0.5(52.20.0), where it has a member called
request_channels, which is in libavcodec version 51.50, but not in 51.18.
What would be the equilavent call or necessary action to do which is the
same as using request_channels?


Thank you for your help.

-Tyler
-- 
Visit my blog at http://oddco.ca/zeroth/zblog
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to