In our implementation of the libav libraries, we are using the av_read_frame function. With some (somewhat) corrupt mpeg2 videos, we see the av_read_frame function repeatedly return < 0. Is there a way to properly handle this situation so that decoding continues? When testing the same source file(s) using ffplay.exe, the playback plays smoothly without indication of error. Since ffplay.exe does not use the av_read_frame function, the source for it does not give insight on how to handle this situation.
Thank you... _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
