]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/videodsp_template.c
avcodec/libx264: move where x264opts is applied down so it isnt overridden by avctx...
[ffmpeg] / libavcodec / videodsp_template.c
index c569c30d6075421842fe68a1f9550652099d4e41..f4ff2ba64695d9288ce58a56f744aa2c1694025b 100644 (file)
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <assert.h>
+
 #include "bit_depth_template.c"
 void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src,
                                ptrdiff_t buf_linesize,