[FFmpeg-cvslog] avcodec/fits: Fix include type

Michael Niedermayer git at videolan.org
Sat Sep 16 20:55:48 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Sep 16 19:20:28 2017 +0200| [d76838c1adc2b75de44779336712c5d540ed5535] | committer: Michael Niedermayer

avcodec/fits: Fix include type

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d76838c1adc2b75de44779336712c5d540ed5535
---

 libavcodec/fits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/fits.h b/libavcodec/fits.h
index b2f9b4cb39..ebae85c9e5 100644
--- a/libavcodec/fits.h
+++ b/libavcodec/fits.h
@@ -24,7 +24,7 @@
 
 #include <inttypes.h>
 
-#include <libavutil/dict.h>
+#include "libavutil/dict.h"
 
 typedef enum FITSHeaderState {
     STATE_SIMPLE,



More information about the ffmpeg-cvslog mailing list