aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
authorBoris Nagels <develop@focusware.nl>2016-03-06 16:31:36 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-05-01 05:00:44 +0200
commit1578642853d31f8c52bd31e720bc338f924e4358 (patch)
treec45bd42d55ec6257fe3f1fddcb10a4321a97aa07 /libavcodec/resample.c
parentb42ade51eb5b103950eb0ea8089c13cf04c9f792 (diff)
downloadffmpeg-1578642853d31f8c52bd31e720bc338f924e4358.tar.gz
avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
RTCP synchronization packet was broken since commit in ffmpeg version > 2.8.3 (commit: e04b039b1528f4c7df5c2b93865651bfea168a19) Since this commit (2e814d0329aded98c811d0502839618f08642685) "rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps", NTP_TO_RTP_FORMAT uses av_rescale_rnd() function to add the data to the packet. This causes an overflow in the av_rescale_rnd() function and it will return INT64_MIN. Causing the NTP stamp in the RTCP packet to have an invalid value. Github: Closes #182 Reverting commit '2e814d0329aded98c811d0502839618f08642685' solves the problem. (cherry picked from commit 1109ed7973c7fd1e7001898adc4976590d862122) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/resample.c')
0 files changed, 0 insertions, 0 deletions