OSDN Git Service

Move some functions in dsputil.c into a new file dsputil_template.c.
authorOskar Arvidsson <oskar@irock.se>
Tue, 29 Mar 2011 15:48:51 +0000 (17:48 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 10 May 2011 11:24:25 +0000 (07:24 -0400)
commit325eefa2ca14b487120b164bc232e6c650fb20f3
tree0a1fb6fecd42dbb9cd5b8c3c11737b4c353d4456
parent15fb393be67c73f58d96c2c1bb187d037723835a
Move some functions in dsputil.c into a new file dsputil_template.c.

The functions moved are used when decoding h264.
Preparatory patch for high bit depth h264 decoding support.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/dsputil.c
libavcodec/dsputil_template.c [new file with mode: 0644]