]> git.sesse.net Git - ffmpeg/commit
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
authorMartin Storsjö <martin@martin.st>
Tue, 8 Jan 2013 21:21:15 +0000 (23:21 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 9 Jan 2013 10:14:00 +0000 (12:14 +0200)
commit71194ef6a8ffe7cfd32b0db465de9f1fd0202eb3
tree567f18f649969edcd9747abca907fd0e25f0d302
parentd744801f1a7c65200a6ed207bb0dea197432288e
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT

This allows the caller to either include them (and get more packets
decoded, but possibly some nonperfect frames), or discard them (by
setting fflags=discardcorrupt).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec_vp8.c