]> git.sesse.net Git - ffmpeg/commit
rtpenc: Fix the AVRational used for av_rescale_q_rnd
authorMartin Storsjö <martin@martin.st>
Wed, 7 Mar 2012 22:52:53 +0000 (00:52 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 7 Mar 2012 23:15:28 +0000 (01:15 +0200)
commit94f1b11a6fdfc43e48ffa4d29ba48f6ec3ba39d1
treedf80a6dfa5e1eede2cd5365ecdddb40c6e5ccb75
parentb4bccf3e4e58f6fe58043791ca09db01a4343fac
rtpenc: Fix the AVRational used for av_rescale_q_rnd

The current one has a zero denominator - this is what was
intended in 14aecc50fae6.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpenc.c