aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_vp8.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <andreas.cadhalpun@googlemail.com>2015-05-03 23:07:20 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-17 21:50:09 +0200
commit1f5eeed43ba42698f054635837283f8ea1bf0137 (patch)
tree705a55271929671f0c3ace216f12cffb2796ef25 /libavformat/rtpdec_vp8.c
parent45ea5ba0686c23020abf2190b0c2af8cb6b8cf27 (diff)
downloadffmpeg-1f5eeed43ba42698f054635837283f8ea1bf0137.tar.gz
matroskadec: use uint64_t instead of int for index_scale
index_scale is set to matroska->time_scale of type uint64_t. When index_scale is int, the assignment can overflow and e.g. result in index_scale = 0. This causes a floating point exception due to the division by index_scale. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit eb9fb508b0e09d85d234fe694333b2005e1d7a7e) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_vp8.c')
0 files changed, 0 insertions, 0 deletions