Hi Mike,

On Thu, Feb 26, 2009 at 1:46 AM, Mike Sullivan <[email protected]> wrote:
> So now I have the format option all set up, but I just realized I
> can't (or at least I don't see how) I can get access to the
> AVCodecContext struct from inside the
> format_write_packet(AVFormatContext *, AVPacket *) function.  I don't
> see anything in the AVFormatContext struct that lets points me to the
> AVCodecContext.

I think the application would normally be the one handling this. So it
wouldn't be part of your output format, just of your application. The
output format could then still be simply img2.

Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to