]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264qpel.h
h264: merge the init and reinit paths in update_thread_context()
[ffmpeg] / libavcodec / h264qpel.h
index 202e97d53cc33328c4bbfa6e5850b4d525cfaf82..97ce195d6a6012abe7c971cfbc6f2b564b49a421 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_H264QPEL_H
 #define AVCODEC_H264QPEL_H
 
-#include "dsputil.h"
+#include "qpeldsp.h"
 
 typedef struct H264QpelContext {
     qpel_mc_func put_h264_qpel_pixels_tab[4][16];