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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-03-27 23:47:46 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2017-03-29 01:04:26 +0300
commitf8c019944d45f4ea9786f8690f8a64fd9398ebf3 (patch)
treecaededd7d7de6194be8823b6f92966846cd072bb /libavcodec/vp9.c
parent473f0f75a16b4d37bdaa943f75e4ae249212c1ba (diff)
vp9: re-split the decoder/format/dsp interface header files.
The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
Diffstat (limited to 'libavcodec/vp9.c')
-rw-r--r--libavcodec/vp9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index 202b29e2eb..01b6a1b48c 100644
--- a/libavcodec/vp9.c
+++ b/libavcodec/vp9.c
@@ -30,7 +30,7 @@
#include "vp56.h"
#include "vp9.h"
#include "vp9data.h"
-#include "vp9.h"
+#include "vp9dec.h"
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"