[FFmpeg-cvslog] avcodec/dirac_vlc: Fix avutil.h include
Michael Niedermayer
git at videolan.org
Tue Jul 12 19:32:47 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Jul 12 13:53:08 2016 +0200| [2408f92678f8f0bfbc59ff20817f5369ff482b7b] | committer: Michael Niedermayer
avcodec/dirac_vlc: Fix avutil.h include
Reviewed-by: Rostislav Pehlivanov <atomnuker at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2408f92678f8f0bfbc59ff20817f5369ff482b7b
---
libavcodec/dirac_vlc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dirac_vlc.h b/libavcodec/dirac_vlc.h
index 523e9ca..42ae41b 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) */
More information about the ffmpeg-cvslog
mailing list