]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp6dsp.c
lavc: Drop deprecated VDPAU buffer fields
[ffmpeg] / libavcodec / vp6dsp.c
index 64282a5b3f46f3d2594e49cbdabde6bfcba0192f..c9968f28cf3508d457d62282f9b91ff3ccdacc16 100644 (file)
@@ -1,7 +1,4 @@
-/**
- * @file
- * VP6 DSP-oriented functions
- *
+/*
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
  *
  * This file is part of Libav.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * VP6 DSP-oriented functions
+ */
+
 #include "libavutil/common.h"
 #include "vp56dsp.h"
 
 
-void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, int stride,
+void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
                            const int16_t *h_weights, const int16_t *v_weights)
 {
     int x, y;