On Wed, Jul 29, 2009 at 6:54 AM, Steve Jiekak<[email protected]> wrote:
> HI All,
>
> I have a program which encode a H.264 file and I want to know how to get
> SPS , PPS and NAL  during the process. It looks like we have a H264Context
> structure  in
> H264.h and some API working on it, but I want to know how can we access to
> these elements with
> a higher level of abstraction, for example from a AVcideccontext or
> something like that.

This is a hack, but #include h264.h from the ffmpeg source. That's how
I got h264 context information into my app.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to