On Wed, Apr 15, 2009 at 18:59, Alex Giladi <[email protected]> wrote:
> Parse the slice header. > how? with what api? AVFormatContext input; /// open the file /// ... /// now read a packet AVPacket packet; av_read_frame(&input, &packet) /// now, how do I use libav* to parse the packet? /// av_parser_parse? can you provide an example? Much thanks, Aviad -- Aviad Rozenhek _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
