dsputil: Move draw_edges() to mpegvideoencdsp

This commit is contained in:
Diego Biurrun
2014-02-03 11:13:59 -08:00
parent c166148409
commit 3c650efb81
12 changed files with 155 additions and 195 deletions

View File

@@ -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"