On 25/06/2011, at 01.39, Luca Barbato wrote: > On 6/24/11 10:00 AM, Måns Rullgård wrote: >> That would depend on the decoder. > > Indeed. in the cases I had reports for (the patch had been in my github > for a while) h264 was the only codec considered.
If I can propose a solution, I think you should add a new flag to AVPacket called something like AV_PKT_FLAG_CORRUPT and signal this on packets with continuity errors. Then it will be up to the decoder to decide whether it can make sense of packets containing corrupted data. Regards, Gil _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
