Dear all, I have a H264 ES sequence with 20 frames. But Mplayer seems to exit after displaying 19 frames. I checked mplayer.c::update_video()'s video_read_frame() It seems return -1 after the 19 frames. I don't know how the frame read does. Could anyone explain to me? Thanks!~