Dear all, I'm developing a media player which can handle quite every common movie types thanks to FFmpeg. I use FFmpeg to parse raw packets but not for decoding them. In some particular cases I need to access PCR values of transport stream which I know that are contained into MpegTSContext struct. This structure seems to be internal because it is not available in FFmpeg headers.
Is there a way to obtain PCR values along with AVPacket prior to decoding the packet? Thank you Regards Andrea _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
