summaryrefslogtreecommitdiff
path: root/avconv_vdpau.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-14 18:24:51 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-03 15:45:10 +0200
commit0f40c9098498ad90dbbd2380eb4269015e84bde4 (patch)
tree3f798539ff430ac9a124f77cc3626d93cb516164 /avconv_vdpau.c
parent74d98d1b0e0e7af444c933ea3c472494de3ce6f2 (diff)
Drop pointless assert.h #includes
Diffstat (limited to 'avconv_vdpau.c')
-rw-r--r--avconv_vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv_vdpau.c b/avconv_vdpau.c
index 0ccf29e8e6..b58949e00d 100644
--- a/avconv_vdpau.c
+++ b/avconv_vdpau.c
@@ -27,7 +27,6 @@
#include "libavcodec/vdpau.h"
-#include "libavutil/avassert.h"
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
#include "libavutil/hwcontext.h"