~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavcodec/x86/hpeldsp_init.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * MMX optimization by Nick Kurshev <nickols_k@mail.ru>
23
23
 */
24
24
 
 
25
#include "libavutil/attributes.h"
25
26
#include "libavutil/cpu.h"
26
27
#include "libavutil/x86/asm.h"
27
28
#include "libavutil/x86/cpu.h"
251
252
#endif /* HAVE_SSE2_EXTERNAL */
252
253
}
253
254
 
254
 
void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags)
 
255
av_cold void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags)
255
256
{
256
257
    int cpu_flags = av_get_cpu_flags();
257
258