I have the generic code to open a small file and start getting packets from it, but it seems that the probing moves the internal pointers along around 20 seconds into the file.
I have tried to avio_seek (pb, 0, SEEK_SET) to reset it to the start but this has not helped. What is the correct way of resetting the opened file so i can decode from the start, joolz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
