]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2enc.c
tls: Add options for verifying the peer certificate
[ffmpeg] / libavcodec / wmv2enc.c
index 4643835145f8f605eb41829f7c700193cef59f1d..930ee9aa7339adbb14e09096c7f4643eb96c2f77 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include "avcodec.h"
-#include "dsputil.h"
 #include "mpegvideo.h"
 #include "msmpeg4.h"
 #include "msmpeg4data.h"
@@ -148,7 +147,7 @@ int ff_wmv2_encode_picture_header(MpegEncContext * s, int picture_number)
  * useless M$ crap features. It is duplicated here in case someone wants
  * to add support for these crap features. */
 void ff_wmv2_encode_mb(MpegEncContext * s,
-                       DCTELEM block[6][64],
+                       int16_t block[6][64],
                        int motion_x, int motion_y)
 {
     Wmv2Context * const w= (Wmv2Context*)s;