OSDN Git Service

ffv1: Remove slice count field with 1.3 and just count slices.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Apr 2012 13:01:32 +0000 (15:01 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Apr 2012 13:01:32 +0000 (15:01 +0200)
commit60217b5b9cf713b1eeb7626473eac357cde25673
tree700a56a2b6843ac23fb934562febd65ff5509ed2
parent3ed6917ab88424bff0d6c53e51781a93ec5fe8f7
ffv1: Remove slice count field with 1.3 and just count slices.

This field was problematic because in case of damaged slices it can be
lost

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ffv1.c