Hi, I'm working on an video editing application, and I notice that using av_seek_frame() with AVSEEK_FLAG_BACKWARD on MPEG format don't gives the same result than on AVI format. On AVI it seek on the nearest key-frame, but on MPEG it seems that it don't seek on key-frame. Can I have more explaination on this please. Thanks