[FFmpeg-cvslog] lavf/hevc: drop unnecessary avcodec.h include

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:39 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 21 19:23:50 2021 +0200| [5620d18e660d5715b959be849f339a13ee000c72] | committer: Anton Khirnov

lavf/hevc: drop unnecessary avcodec.h include

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

 libavformat/hevc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/hevc.c b/libavformat/hevc.c
index 94eb3a9cb1..df141aec26 100644
--- a/libavformat/hevc.c
+++ b/libavformat/hevc.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/avcodec.h"
 #include "libavcodec/get_bits.h"
 #include "libavcodec/golomb.h"
 #include "libavcodec/hevc.h"



More information about the ffmpeg-cvslog mailing list