summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-09-02 04:58:51 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-09-02 04:58:51 +0000
commit6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (patch)
tree5a5553ae235d98116bc582f7fedd3717d36763b1 /libavcodec/dsputil.h
parentb0c8e1b80a308d71fed64eeb9c46d411dfcecd68 (diff)
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 204ee08895..eea7e948bf 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -398,7 +398,6 @@ typedef struct DSPContext {
* last argument is actually round value instead of height
*/
op_pixels_func put_vc1_mspel_pixels_tab[16];
- op_pixels_func put_vc1_qpel_pixels_tab[16];
} DSPContext;
void dsputil_static_init(void);