]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/svq3.h
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / svq3.h
index 8c67a23789862eeb5ba7f2c8febe3b439eb320da..a20e620f8eb6fecd40836abae601f8d1b7b5c248 100644 (file)
@@ -24,4 +24,4 @@
 void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp);
 void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc);
 
-#endif /* AVCODEC_DSPUTIL_H */
+#endif /* AVCODEC_SVQ3_H */