OSDN Git Service

nutdec: fix type of intermediate variable for ts calculation.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 21 Sep 2012 04:27:38 +0000 (06:27 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 21 Sep 2012 04:27:38 +0000 (06:27 +0200)
commit6ab1166c770fb279ba4ac8dba13d53c4842efd4f
tree89c224430361d5cadb84c21570bc2eaf49ca1792
parent3dc24600ba7956360f29c7fed21b3c437bee42b7
nutdec: fix type of intermediate variable for ts calculation.

Prior to this it could theoretically become negative and read
out of array.

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