summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-25 19:58:22 +0200
committerwm4 <wm4@nowhere>2014-09-25 21:32:55 +0200
commitdebbff76f9b97f77ffa6249e92d2573548a99a40 (patch)
tree0f2e438ed0b66ed85cb346770c2f343be2b68a83 /video/decode/vd_lavc.c
parent09b7956ca596a876f19273568c7756f675b2b56e (diff)
downloadmpv-debbff76f9b97f77ffa6249e92d2573548a99a40.tar.bz2
mpv-debbff76f9b97f77ffa6249e92d2573548a99a40.tar.xz
Remove mpbswap.h
This was once central, but now it's almost unused. Only vf_divtc still uses it for extremely weird and incomprehensible reasons. The use in stream.c is trivial. Replace these, and remove mpbswap.h.
Diffstat (limited to 'video/decode/vd_lavc.c')
-rw-r--r--video/decode/vd_lavc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index abed77dd2c..b500bdb889 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -36,7 +36,6 @@
#include "common/av_common.h"
#include "common/codecs.h"
-#include "osdep/mpbswap.h"
#include "video/fmt-conversion.h"
#include "vd.h"