]> git.sesse.net Git - ffmpeg/commit
astenc: Remove two AVRationals with denominator 1
authorJames Almer <jamrial@gmail.com>
Wed, 19 Dec 2012 00:48:06 +0000 (21:48 -0300)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 20 Dec 2012 04:05:55 +0000 (05:05 +0100)
commit974ac57e83f32f6876096ae20cb73000ff555753
treeada79ed19b6de32aa9626f21346cbb45ed3e8b2a
parent8525fa7c2c341def8a34cd4270a2b9e410d06ae1
astenc: Remove two AVRationals with denominator 1

They are completely superfluous when using av_rescale_q_rnd().
Call av_rescale_rnd() using what used to be the numerators instead.

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/astenc.c