Hi Im using libavcodec to decode MPEG4 data streams, I have a version which seems to be working fine but I just wanted to clarify a couple of things.
Currently I am decoding each frame and reading the coded_frame data into a picture-box, the problem that I have is that the frames are not always in the correct order and I have to sort them according to the PTS value. I have been told that I can avoid this problem by specifying a AVFormat and AVFormatContext and using the ReadFrame method that would be used when loading video from file... Can someone clarify the correct method of handling this streaming data please? Thanks in advance, Mark. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
