On Wed, Jul 09, 2014 at 10:18:30PM -0300, James Almer wrote:
> On 09/07/14 10:16 PM, James Almer wrote:
> > +av_cold void ff_pixblockdsp_init_alpha(PixblockDSPContext *c,
> > AVCodecContext *avctx,
> > + unsigned high_bit_depth)
> > +{
> > +int cpu_flags =
On 09/07/14 10:16 PM, James Almer wrote:
> +av_cold void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext
> *avctx,
> + unsigned high_bit_depth)
> +{
> +int cpu_flags = av_get_cpu_flags();
Copy-paste mistake. This can be removed.
> +
> +
Signed-off-by: James Almer
---
Untested like previous Alpha patches.
libavcodec/alpha/Makefile| 1 +
libavcodec/alpha/dsputil_alpha.c | 5 ---
libavcodec/alpha/dsputil_alpha.h | 4 --
libavcodec/alpha/motion_est_alpha.c | 45
libavcodec/alpha/pixblock