OSDN Git Service

avpacket: signal possibly corrupted packets
authorLuca Barbato <lu_zero@gentoo.org>
Mon, 1 Aug 2011 15:41:44 +0000 (17:41 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 2 Aug 2011 00:19:31 +0000 (02:19 +0200)
commit9d39cbf6cfecfda88e2f822b0437ee22ffa6d745
tree0a63c6e33feb68d67f6c71ddc73640857c4ffa71
parent4326f6f525063e92d40e7a8f39cf7ccd7759aea7
avpacket: signal possibly corrupted packets

Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete
or have errors. Formats that have a mean to validate their packets
should use this flag to deliver such information instead of silently
dropping the packets.
libavcodec/avcodec.h
libavcodec/version.h