Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-06-25 01:53:53 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-06-25 01:54:00 +0300
commit6c93cdd581bd74583807d0d56b5ac5217adfc3a9 (patch)
tree70c3e7a1274cd1af71c398d04a18350edaa23fd9 /demuxer
parent6df1e12c649897415b892451ddab71ae60bead7f (diff)
Remove unused include
Diffstat (limited to 'demuxer')
-rw-r--r--demuxer/Demuxers/LAVFUtils.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/demuxer/Demuxers/LAVFUtils.cpp b/demuxer/Demuxers/LAVFUtils.cpp
index 68e7da29..1f47f860 100644
--- a/demuxer/Demuxers/LAVFUtils.cpp
+++ b/demuxer/Demuxers/LAVFUtils.cpp
@@ -20,10 +20,6 @@
#include "stdafx.h"
#include "lavfutils.h"
-extern "C" {
-#include "libavcodec/audioconvert.h"
-}
-
#include <sstream>
static int64_t get_bit_rate(const AVCodecParameters *par)