]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1dsp.c
ffplay: give more meaningful names to the buffersink instances
[ffmpeg] / libavcodec / vc1dsp.c
index da7593fecac70eec66ba2e2c6d7554a21299e852..b97fd5c5337a963e211a771e1cb5d649b476be5c 100644 (file)
@@ -561,7 +561,7 @@ static av_always_inline int vc1_mspel_filter(const uint8_t *src, int stride, int
 /** Function used to do motion compensation with bicubic interpolation
  */
 #define VC1_MSPEL_MC(OP, OPNAME)\
-static void OPNAME ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd)\
+static av_always_inline void OPNAME ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd)\
 {\
     int     i, j;\
 \