OSDN Git Service

ffv1: store slice size with all slices in 1.3
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Apr 2012 12:59:15 +0000 (14:59 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Apr 2012 12:59:15 +0000 (14:59 +0200)
commit3ed6917ab88424bff0d6c53e51781a93ec5fe8f7
tree3ca019989e1abe86762fe2b642a99309411ae716
parentc24ca7b88e6388cdd5106bf612b86ba702ac9516
ffv1: store slice size with all slices in 1.3

This simplifies handling by removing a special case.
Its also needed to make the next change possible.

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