summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-03 11:13:59 -0800
committerDiego Biurrun <diego@biurrun.de>2014-07-06 14:48:50 -0700
commit3c650efb81aaa3b395ba4606ee68a47ee4efb57b (patch)
tree1f72694cf002091051d5f13bf25ec212dbbc5a01 /libavcodec/utils.c
parentc166148409fe8f0dbccef2fe684286a40ba1e37d (diff)
dsputil: Move draw_edges() to mpegvideoencdsp
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index d6019d957f..3af56e9f46 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -41,6 +41,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "libavutil/opt.h"
+#include "mpegvideo.h"
#include "thread.h"
#include "internal.h"
#include "bytestream.h"