Op 25 mrt 2009, om 01:44 heeft John Li het volgende geschreven:
Hi:
...
I don't know if there are any extra steps to enable external codecs
in user code other than av_register_all(), please help me with this,
as I've searched many docs and codes in ffmpeg project without a hint.
Regards,
John
you should probably check which version of av_codec gets loaded. try
running
"$ ldd ffplay"
and also
"$ ldd your_executable"
if these both show the same av_* libraries, than you should check the
sourcecode of ffplay and compare it to your own routines.
- arjan
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user