]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dsputil.h
Revert "x86/videodsp: add emulated_edge_mc_mmxext"
[ffmpeg] / libavcodec / dsputil.h
index aa182d33e49ec73603c0c8ed1acc9d136057919e..727e126bd21d521cd86ab855a4c94af461e3c685 100644 (file)
@@ -71,6 +71,8 @@ void ff_init_scantable(uint8_t *permutation, ScanTable *st,
                        const uint8_t *src_scantable);
 void ff_init_scantable_permutation(uint8_t *idct_permutation,
                                    int idct_permutation_type);
+int ff_init_scantable_permutation_x86(uint8_t *idct_permutation,
+                                      int idct_permutation_type);
 
 /**
  * DSPContext.