From abf2dc9c9a828c9570f9f263c92004a3350c069e Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Mon, 3 Mar 2008 22:56:07 +0000
Subject: [PATCH] avi.h does not use anything from avcodec.h.

Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/avi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/avi.h b/libavformat/avi.h
index 2c360689bf9..3d3dd549ffd 100644
--- a/libavformat/avi.h
+++ b/libavformat/avi.h
@@ -21,8 +21,6 @@
 #ifndef FFMPEG_AVI_H
 #define FFMPEG_AVI_H
 
-#include "avcodec.h"
-
 #define AVIF_HASINDEX           0x00000010        // Index at end of file?
 #define AVIF_MUSTUSEINDEX       0x00000020
 #define AVIF_ISINTERLEAVED      0x00000100
-- 
GitLab