]> git.sesse.net Git - ffmpeg/commit
avformat/wavdec: Dont rescale timestamps but use exact comparission
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Jun 2013 17:22:34 +0000 (19:22 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 8 Jun 2013 18:02:22 +0000 (20:02 +0200)
commit2a91038e13a00897fde89ad65a36012985687793
tree1a3391d3df3a690f12e0148d01073bd68d343ac9
parent9e9ec5ad2ab91ca850c14b4c67f53c0d2c12fc17
avformat/wavdec: Dont rescale timestamps but use exact comparission

Fixes integer overflow

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