[FFmpeg-cvslog] r22899 - trunk/libavcodec/vp3.c

Michael Niedermayer michaelni
Sat Apr 17 17:39:46 CEST 2010


On Sat, Apr 17, 2010 at 12:37:42PM +0200, conrad wrote:
> Author: conrad
> Date: Sat Apr 17 12:37:42 2010
> New Revision: 22899
> 
> Log:
> vp3: Use avctx pointer directly
> 
> Modified:
>    trunk/libavcodec/vp3.c
> 
> Modified: trunk/libavcodec/vp3.c
> ==============================================================================
> --- trunk/libavcodec/vp3.c	Sat Apr 17 04:04:39 2010	(r22898)
> +++ trunk/libavcodec/vp3.c	Sat Apr 17 12:37:42 2010	(r22899)
> @@ -1986,8 +1986,8 @@ static int theora_decode_header(AVCodecC
>      fps.num = get_bits_long(gb, 32);
>      fps.den = get_bits_long(gb, 32);
>      if (fps.num && fps.den) {
> -        av_reduce(&s->avctx->time_base.num, &s->avctx->time_base.den,
> -                  fps.den, fps.num, INT_MAX);
> +        av_reduce(&avctx->time_base.num, &avctx->time_base.den,
> +                  fps.den, fps.num, 1<<30);
                                       ^^^^^
your description is not accurate about the chnage

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Frequently ignored awnser#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20100417/6d8dde27/attachment.pgp>



More information about the ffmpeg-cvslog mailing list