[Ffmpeg-cvslog] r7798 - in trunk/libavcodec: armv4l/simple_idct_armv6.S avcodec.h
Aurelien Jacobs
aurel
Thu Feb 1 23:53:32 CET 2007
On Thu, 1 Feb 2007 23:44:43 +0100 (CET)
mru <subversion at mplayerhq.hu> wrote:
> Author: mru
> Date: Thu Feb 1 23:44:42 2007
> New Revision: 7798
>
> Modified:
> trunk/libavcodec/armv4l/simple_idct_armv6.S
> trunk/libavcodec/avcodec.h
>
> Log:
> remove redundant loads
>
>
> Modified: trunk/libavcodec/armv4l/simple_idct_armv6.S
> ==============================================================================
> --- trunk/libavcodec/armv4l/simple_idct_armv6.S (original)
> +++ trunk/libavcodec/armv4l/simple_idct_armv6.S Thu Feb 1 23:44:42 2007
> @@ -51,14 +51,14 @@
> Compute partial IDCT of single row.
> shift = left-shift amount
> a1 = source address
> + a3 = row[2,0]
> + a4 = row[3,1]
>
> [...]
>
> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h (original)
> +++ trunk/libavcodec/avcodec.h Thu Feb 1 23:44:42 2007
> @@ -238,6 +238,7 @@
> CODEC_ID_DSICINAUDIO,
> CODEC_ID_IMC,
> CODEC_ID_MUSEPACK7,
> + CODEC_ID_MLP,
This sounds like unrelated change ?
Aurel
More information about the ffmpeg-cvslog
mailing list