summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-07-12 13:53:08 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-12 19:11:40 +0200
commit2408f92678f8f0bfbc59ff20817f5369ff482b7b (patch)
tree8be6144b94881f6103db0987f69f33b1c59906a4 /libavcodec
parent4acdbb1c6c1901893ebbe2bca1ef9014fc97070c (diff)
avcodec/dirac_vlc: Fix avutil.h include
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dirac_vlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dirac_vlc.h b/libavcodec/dirac_vlc.h
index 523e9ca813..42ae41b00a 100644
--- a/libavcodec/dirac_vlc.h
+++ b/libavcodec/dirac_vlc.h
@@ -22,7 +22,7 @@
#ifndef AVCODEC_DIRAC_VLC_H
#define AVCODEC_DIRAC_VLC_H
-#include <libavutil/avutil.h>
+#include "libavutil/avutil.h"
/* Can be 32 bits wide for some performance gain on some machines, but it will
* incorrectly decode very long coefficients (usually only 1 or 2 per frame) */