From debbff76f9b97f77ffa6249e92d2573548a99a40 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 25 Sep 2014 19:58:22 +0200 Subject: 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. --- video/decode/vd_lavc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/decode/vd_lavc.c') 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" -- cgit v1.2.3