comparison v210dec.c @ 11499:2a4dc3c0b012 libavcodec

Move H264 dsputil functions into their own struct This moves the H264-specific functions from DSPContext to the new H264DSPContext. The code is made conditional on CONFIG_H264DSP which is set by the codecs requiring it. The qpel and chroma MC functions are not moved as these are used by non-h264 code.
author mru
date Tue, 16 Mar 2010 01:17:00 +0000
parents d7ed9dcc78e3
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11498:8e889ce0d616 11499:2a4dc3c0b012