avcodec: remove AVCodecContext.dsp_mask
authorMans Rullgard <mans@mansr.com>
Fri, 20 Apr 2012 13:31:08 +0000 (14:31 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 21 Apr 2012 17:30:01 +0000 (18:30 +0100)
commit95510be8c35753da8f48062b28b65e7acdab965f
treea3c2fe786b840cf891a5230f84e3f555ee055c38
parent2994913d70050b8951e83b57c12baa7e4cf7e47e
avcodec: remove AVCodecContext.dsp_mask

This removes all references to AVCodecContext.dsp_mask and marks
it for eviction at the next version bump.  It has been superseded
by av_set_cpu_flag_mask() which, unlike this field, works everywhere.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/avcodec.h
libavcodec/pthread.c
libavcodec/version.h
libavcodec/x86/dsputil_mmx.c