Merge commit '54cd5e4f92de6bd0fb8e24069153b0156c8136bc'
* commit '54cd5e4f92de6bd0fb8e24069153b0156c8136bc': dsputil: Remove hpel functions (moved to hpeldsp) Conflicts: libavcodec/hpeldsp.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#define AVCODEC_VC1DSP_H
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "hpeldsp.h"
|
||||
#include "h264chroma.h"
|
||||
|
||||
typedef void (*vc1op_pixels_func)(uint8_t *block/*align width (8 or 16)*/, const uint8_t *pixels/*align 1*/, ptrdiff_t line_size, int h);
|
||||
|
||||
Reference in New Issue
Block a user